--- ray/src/common/standard.h 1992/09/21 12:04:27 2.2 +++ ray/src/common/standard.h 1992/10/06 12:29:56 2.3 @@ -64,9 +64,14 @@ extern char *memcpy(), *memset(); #define rindex strrchr #endif +#ifndef atof +extern double atof(); +#endif extern char *sskip(); extern char *getpath(), *getenv(); +#ifndef malloc extern char *malloc(), *calloc(), *realloc(); +#endif extern char *bmalloc(), *savestr(), *savqstr(); #ifdef MSDOS