Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals   Examples  

dmalloc.h

Go to the documentation of this file.
00001 /*! \file dmalloc.h
00002     Header file for dmalloc.c.
00003  */
00004 
00005 #ifndef DMALLOC_HEADER
00006 
00007   #include <stdlib.h>
00008   #include <string.h>
00009   #include <sys/types.h>
00010   #include "flock.h"
00011 
00012   void* dmalloc(size_t size, char *message, char *file);
00013   int dfree(void* p, char *message, char *file);
00014 
00015   #define DMALLOC_HEADER
00016 #endif

Generated on Thu Apr 3 16:23:43 2003 for Common_C_libraries by doxygen1.3-rc1