home *** CD-ROM | disk | FTP | other *** search
- /*
- debug.h 4/07/88
-
- Not part of the real Oaklib!!!
-
- Oakland debugging aids.
-
- Revision History
- ----------------
-
- 5/11/90 pmcm Ansi-field
-
- */
-
- extern int heapdump(char *heap, int i);
-
- extern unsigned long ramleft(void);
-
- extern int alloc_test(char *msg, int verbosity);
-
- extern char *oak_FindTagName(int val);
-