home *** CD-ROM | disk | FTP | other *** search
/ RISC DISC 2 / RISC_DISC_2.iso / pd_share / program / code / stubshack / HeapGraph / !HeapDisp / h / ScanFile < prev    next >
Encoding:
Text File  |  1994-08-28  |  203 b   |  14 lines

  1. #ifndef __ScanFile_h
  2. #define __ScanFile_h
  3.  
  4. #ifndef __Structs_h
  5. #include "Structs.h"
  6. #endif
  7.  
  8.  
  9. void    ReadFromFile(
  10.         file_handle file, const char *filename, int filelen, apps_anchorblock *apps
  11.         );
  12.  
  13. #endif
  14.