home *** CD-ROM | disk | FTP | other *** search
/ APDL Public Domain 1 / APDL_PD1A.iso / program / c / stubshack / HeapGraph / !HeapDisp / h / StartApp < prev    next >
Encoding:
Text File  |  1994-08-28  |  169 b   |  12 lines

  1. #ifndef __StartApp_h
  2. #define __StartApp_h
  3.  
  4. #ifndef __Structs_h
  5. #include "Structs.h"
  6. #endif
  7.  
  8. app_block    *StartApp( const char *filename, apps_anchorblock *apps);
  9.  
  10. #endif
  11.  
  12.