home *** CD-ROM | disk | FTP | other *** search
/ Oakland CPM Archive / oakcpm.iso / sigm / vol292 / tptool.lbr / OS-OTHER.PAS < prev    next >
Encoding:
Pascal/Delphi Source File  |  1986-12-17  |  384 b   |  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.