home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Unix / CNews / Source / hfake / stdlib.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-10-23  |  158 b   |  9 lines

  1. #ifndef STDLIB_H
  2. #define STDLIB_H
  3. /*
  4.  * fake stdlib.h for C News use on pre-ANSI compilers.
  5.  */
  6.  
  7. extern char *malloc(), *realloc();
  8. #endif                    /* STDLIB_H */
  9.