home *** CD-ROM | disk | FTP | other *** search
- /* Copyright (c) 1993 by SAS Institute Inc., Cary NC */
-
- #ifndef __LIBC_H
- #define __LIBC_H
- /* for compatibility with old programs only */
- /* new code should just use stdlib.h */
- /* which will prob. be part of ANSI C++ */
- /* std. whereas libc.h will prob. not. */
- #ifndef _STDLIB_H
- #include <stdlib.h>
- #endif
-
- #endif /* __LIBC_H */
-