ftp.nice.ch/pub/next/unix/developer/pcn.2.0.s.tar.gz#/contrib/gauge/Model/hutil.h

This is hutil.h in view mode; [Download] [Up]

#ifndef  _hutil_h
#define  _hutil_h

/********************************************************/
/*   export function for hutil.c                        */
/********************************************************/

/*      Function Name: checkmalloc.
 *      Description: allocate a block of memory.
 *      Arguments: size - size of the block.
 *                 procname - the orgin of the call.
 *      Returns: char *.
 */
extern char *checkmalloc(
#if NeedFunctionPrototypes
     int    /* size */,
     char * /* procname */
#endif
);

#endif /* _hutil_h */

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.