home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / INFO / PASCAL / KRTOOL.ZIP / OS-OTHER.PAS < prev    next >
Encoding:
Pascal/Delphi Source File  |  1989-10-19  |  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.