/*  stdlib.h */
/*   11-Feb-86 11:12:12 */

#ifndef ←STDLIB←
#define ←STDLIB←
extern char *malloc(), *calloc(), *realloc();

extern double atof();  
extern long atol();
#endif