home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / C / Samples / CSAPE32.ARJ / EXAMPLES / DEBUG.H < prev    next >
Text File  |  1991-03-09  |  341b  |  23 lines

  1. /*
  2.     debug.h        4/07/88
  3.  
  4.     Not part of the real Oaklib!!!
  5.  
  6.     Oakland debugging aids.
  7.  
  8.     Revision History
  9.     ----------------
  10.  
  11.      5/11/90 pmcm    Ansi-field
  12.     
  13. */
  14.  
  15. extern int heapdump(char *heap, int i);
  16.  
  17. extern unsigned long ramleft(void);
  18.  
  19. extern int alloc_test(char *msg, int verbosity);
  20.  
  21. extern char *oak_FindTagName(int val);
  22.  
  23.