home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Datafile PD-CD 3
/
PDCD_3.iso
/
languages
/
pgp
/
PGP262I
/
src
/
h
/
stdlib
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-07-15
|
203 b
|
15 lines
/*
* 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;