/* stdlib.h */ /* 11-Feb-86 11:12:12 */ #ifndef _STDLIB_ #define _STDLIB_ extern char *malloc(), *calloc(), *realloc(); extern double atof(); extern long atol(); #endif