home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frozen Fish 1: Amiga
/
FrozenFish-Apr94.iso
/
bbs
/
alib
/
d3xx
/
d306
/
rexxplplot.lha
/
RexxPlPlot
/
src
/
src.zoo
/
plclr.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1990-01-06
|
163 b
|
11 lines
#include "plplot.h"
void plclr()
{
int level;
glev(&level);
if (level < 1) fatal("Please call PLSTAR before calling PLCLR.");
grclr();
}