home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Club Amiga de Montreal - CAM
/
CAM_CD_1.iso
/
files
/
236.lha
/
PlPlot_v1.0
/
examples
/
main.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
|
1989-04-29
|
167 b
|
9 lines
void main()
{
plstar(1,1);
pladv(0);
plvpor(0.,1.,0.,1.);
plwind(0.,1.,0.,1.);
plbox("bcg",0.,0,"bcg",0.,0);
plend();
}