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 >
Pascal/Delphi Source File  |  1991-01-31  |  384b  |  11 lines

  1.  
  2.   { OS-CPM86.PAS }
  3.   { put all operating system-dependent routines here }
  4.  
  5.   procedure listcat;
  6.     { List file names on standard output }
  7.     { not yet implemented for this OS }
  8.    begin
  9.     ERROR('list: not implemented on this operating system');
  10.    end;
  11.