--- ray/src/common/standard.h 1993/06/04 15:02:45 2.4 +++ ray/src/common/standard.h 1993/08/02 13:51:42 2.5 @@ -71,6 +71,10 @@ extern char *malloc(), *calloc(), *realloc(); #endif extern char *bmalloc(), *savestr(), *savqstr(); +#ifdef DCL_ATOF +extern double atof(); +#endif + #ifdef MSDOS #define NIX 1 #endif