home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / PCBOARD / PCBM102.ZIP / SOURCES.ZIP / SYSTEM.H < prev   
C/C++ Source or Header  |  1994-01-22  |  613b  |  16 lines

  1. /*
  2.  │      Module   :   SYSTEM.H                                             │
  3.  │                                                                        │
  4.  │      Fonction :   Déclarations pour le module SYSTEM.                  │
  5.  │                                                                        │
  6.  └────────────────────────────────────────────────────────────────────────┘
  7. */
  8.  
  9. char *frtime( long t );
  10. char *sfrtime( long t );
  11. void dump (char *adr, int j);
  12. void visu(void);
  13. int  calcrc(char *ptr, int count);
  14.  
  15. /*--------------------------------------------------------------------------*/
  16.