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