home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / misc / volume11 / rpl / part02 / filecmd.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-03-10  |  389 b   |  29 lines

  1. /****************************************************************
  2.  
  3.     File commands
  4.  
  5. 0.0    hjp    89-08-15
  6.  
  7.     initial version
  8.  
  9. 0.1    hjp    89-08-15
  10.  
  11.     SYSTEM added
  12.  
  13. 0.2    hjp    89-12-02
  14.  
  15.     PRINT added.
  16.  
  17. ****************************************************************/
  18.  
  19. #ifndef I_filecmd
  20.  
  21.     #define I_filecmd
  22.  
  23.     void    c_save        (void);
  24.     void    c_load        (void);
  25.     void    c_print        (void);
  26.     void    c_system    (void);
  27.  
  28. #endif
  29.