home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
gondwana.ecr.mu.oz.au/pub/
/
Graphics.tar
/
Graphics
/
VOGLE.ZIP
/
SRC
/
SUNFORT
/
FRECT.C
< prev
next >
Wrap
C/C++ Source or Header
|
1994-04-27
|
117b
|
11 lines
#include "vogle.h"
/*
* rect_
*/
rect_(x1, y1, x2, y2)
float *x1, *y1, *x2, *y2;
{
rect(*x1, *y1, *x2, *y2);
}