home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / l / lds_10.zip / ASH / FILES.H < prev    next >
Text File  |  1992-01-15  |  347b  |  13 lines

  1. #define IN_BUF_SIZE     512
  2. #define OUT_BUF_SIZE    512
  3.  
  4. void OpenOutputFile (char *);
  5. long OpenInputFile (char *);
  6. int ReadInputFile (void);
  7. unsigned ReadBinaryInput (void);
  8. void WriteOutputFile (int);
  9. void CloseInputFile (void);
  10. void CloseOutputFile (void);
  11. unsigned long GetOutputLength (void);
  12. unsigned long GetInputLength (void);
  13.