home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Datafile PD-CD 4
/
DATAFILE_PDCD4.iso
/
unix
/
armlinux
/
alpha
/
PARTITIONS
/
USR_GZ
/
usr
/
include
/
bsd
/
stdlib.h
< 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
C/C++ Source or Header
|
1995-05-14
|
247 b
|
13 lines
/* some things shouldn't be macros, get out your barf bag */
#ifndef _BSD_STDLIB_H
#define _BSD_STDLIB_H
#undef __MALLOC_0_RETURNS_NULL
#define __MALLOC_0_RETURNS_NULL
#include_next <stdlib.h>
#undef atoi
#undef atol
#endif /* _BSD_STDLIB_H */