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:
C/C++ Source or Header  |  1995-05-14  |  247 b   |  13 lines

  1. /* some things shouldn't be macros, get out your barf bag */
  2.  
  3. #ifndef _BSD_STDLIB_H
  4. #define _BSD_STDLIB_H
  5.  
  6. #undef __MALLOC_0_RETURNS_NULL
  7. #define __MALLOC_0_RETURNS_NULL
  8. #include_next <stdlib.h>
  9. #undef atoi
  10. #undef atol
  11.  
  12. #endif /* _BSD_STDLIB_H */
  13.