root/cserver/wmalloc.h

Revision 1203, 93 bytes (checked in by efphe, 1 year ago)

moving code from fenilot.org

Line 
1 #ifndef WMALLOC_H
2 #define WMALLOC_H
3
4 void* w_malloc(size_t sz);
5 void w_free(void *p);
6 #endif
Note: See TracBrowser for help on using the browser.