home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 1 / ARM_CLUB_CD.iso / contents / apps / clib / progs / stubshack / HeapGraph_!HeapDisp_h_AddBlock < prev    next >
Encoding:
Text File  |  1994-08-28  |  160 b   |  11 lines

  1. #ifndef __AddBlock_h
  2. #define __AddBlock_h
  3.  
  4. #ifndef __Structs_h
  5. #include "Structs.h"
  6. #endif
  7.  
  8. void    AddBlock( app_block *app, int pos, int size, int ref);
  9. #endif
  10.  
  11.