home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / C / SASC6571.LZX / cxxinclude / libc.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-12-24  |  363 b   |  14 lines

  1. /* Copyright (c) 1993             by SAS Institute Inc., Cary NC     */
  2.  
  3. #ifndef __LIBC_H
  4. #define __LIBC_H
  5. /* for compatibility with old programs only */
  6. /*  new code should just use stdlib.h       */
  7. /*  which will prob. be part of ANSI C++    */
  8. /*  std. whereas libc.h will prob. not.     */
  9. #ifndef _STDLIB_H
  10. #include <stdlib.h>
  11. #endif
  12.  
  13. #endif /* __LIBC_H */
  14.