home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Oakland CPM Archive
/
oakcpm.iso
/
sigm
/
vol292
/
tptool.lbr
/
OS-OTHER.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
|
1986-12-17
|
384 b
|
11 lines
{ OS-CPM86.PAS }
{ put all operating system-dependent routines here }
procedure listcat;
{ List file names on standard output }
{ not yet implemented for this OS }
begin
ERROR('list: not implemented on this operating system');
end;