home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frostbyte's 1980s DOS Shareware Collection
/
floppyshareware.zip
/
floppyshareware
/
DPSX
/
TOOL-PAS.ZIP
/
PLOTLIB.PAS
< 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
Pascal/Delphi Source File
|
1990-01-31
|
133 b
|
13 lines
unit PlotLib;
interface
uses CRT, GRAPH;
{$i \tinc\plotlib.int}
implementation
{$i \tinc\plotlib.inc}
end.