home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / programming / desk / core / Desk / h / Module < prev    next >
Encoding:
Text File  |  1997-05-20  |  279 b   |  16 lines

  1.  
  2. #ifndef __Desk_Module_h
  3. #define __Desk_Module_h
  4. #ifdef __cplusplus
  5. extern "C" {
  6. #endif
  7. #ifndef __Desk_Core_h
  8. #include "Desk.Core.h"
  9. #endif
  10. extern void Desk_Module_Claim(unsigned size, void **block);
  11. extern void Desk_Module_Free(void *block);
  12. #ifdef __cplusplus
  13. }
  14. #endif
  15. #endif
  16.