ftp.nice.ch/pub/next/unix/security/pgp.2.3A.NI.sd.tar.gz#/src/stdlib.h

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

/*
 * Fake stdlib.h for old systems
 */

#include <sys/types.h>
#ifndef NULL
#define NULL (char *)0
#endif
char *getenv();
char *malloc();
char *calloc();
char *realloc();
long atol();
extern int errno;

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