00001
00007 #ifndef __NPWStdAlloc__
00008 #define __NPWStdAlloc__
00009
00010 #ifdef __cplusplus
00011 extern "C" {
00012 #endif
00013
00014 #include "NPWBase.h"
00015
00023 NPWErr NPWAllocStdlib(void **p, NPWInt size, void *userData);
00024
00025 #ifdef __cplusplus
00026 }
00027 #endif
00028
00029 #endif