/**********************************************************************/ /* /* $Date: 91/10/25 23:43:16 $ /* $Revision: 1.4.33.1 $ /* /**********************************************************************/ #ifndef _VALLOC_INCLUDED #define _VALLOC_INCLUDED #include extern char *UxMalloc UXPROTO(( unsigned int )); extern char *UxCalloc UXPROTO(( unsigned int, unsigned int )); extern char *UxRealloc UXPROTO(( char *, unsigned int )); extern void UxFree UXPROTO(( char * )); extern char *UxCopyString UXPROTO(( char * )); #endif /* _VALLOC_INCLUDED */