home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c185 / 1.ddi / EXAMPLE.EXE / CSCAPE / EXAMPLE / DEBUG.H < prev    next >
Encoding:
C/C++ Source or Header  |  1989-04-05  |  228 b   |  15 lines

  1. /*
  2.     debug.h        4/07/88
  3.  
  4.     Not part of the real Oaklib!!!
  5.  
  6.     Oakland debugging aids.
  7. */
  8.  
  9. extern int heapdump(_arg2(char *, int));
  10.  
  11. extern unsigned long ramleft(_arg1(void));
  12.  
  13. extern int alloc_test(_arg2(char *, int));
  14.  
  15.