This is allocate.h in view mode; [Download] [Up]
/* defined in allocate.c */ extern void *allocate( unsigned long size); extern void *reallocate( void *, unsigned long size); extern char *savestr( const char *s); extern char *makestr( const char *args, ...);
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.