home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ftp.barnyard.co.uk
/
2015.02.ftp.barnyard.co.uk.tar
/
ftp.barnyard.co.uk
/
cpm
/
walnut-creek-CDROM
/
BEEHIVE
/
ZCAT
/
ZIPFILES
/
ZCAT-010.ZIP
/
TPTOOL19.LBR
/
OS-OTHER.PAS
< prev
next >
Wrap
Pascal/Delphi Source File
|
1991-01-31
|
384b
|
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;