/[mcrypt]/libmcrypt/lib/xmemory.h
ViewVC logotype

Contents of /libmcrypt/lib/xmemory.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations)
Thu May 17 18:58:20 2001 UTC (22 years, 11 months ago) by nmav
Branch: MAIN
CVS Tags: mcrypt_2_4_12
Changes since 1.1: +8 -4 lines
File MIME type: text/plain
fixes to work with the new libltdl

1 //void *mxmalloc(size_t size);
2 //void *mxcalloc(size_t nmemb, size_t size);
3 //void *mxrealloc(void *ptr, size_t size);
4 //void mxfree( void *ptr, size_t size);
5 #define mxmalloc malloc
6 #define mxcalloc calloc
7 #define mxrealloc realloc
8 #define mxfree(x,y) free(x)

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26