home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
gondwana.ecr.mu.oz.au/pub/
/
Graphics.tar
/
Graphics
/
VOGLE.ZIP
/
SRC
/
SUNFORT
/
FPREF.C
< prev
next >
Wrap
C/C++ Source or Header
|
1994-04-27
|
187b
|
22 lines
#include "vogle.h"
/*
* prefposition_
*/
void
prefposition_(x, y)
int *x, *y;
{
prefposition(*x, *y);
}
/*
* prefsize_
*/
void
prefsize_(x, y)
int *x, *y;
{
prefsize(*x, *y);
}