File:  [PGP] / pgp / src / stdlib.h
Revision 1.1.1.5 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 16:45:10 2018 UTC (8 years, 1 month ago) by root
Branches: phill, MAIN
CVS tags: pgp263i, HEAD
PGP 2.6.3i

/*
 * 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;

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.