Main Page | Data Structures | Directories | File List | Data Fields | Globals

malloc.c

Go to the documentation of this file.
00001 #warning "Sorry, you will have to find a working malloc on your own"
00002 
00003 #include "config.h"
00004 #include <sys/types.h>
00005 
00006 inline void *
00007 rpl_malloc(size)
00008         size_t size;
00009 {
00010         return malloc(size);
00011 }

Generated on Fri Jun 25 18:58:16 2010 for libspf2 by  doxygen 1.3.9.1