ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/common/standard.h
(Generate patch)

Comparing ray/src/common/standard.h (file contents):
Revision 2.2 by greg, Mon Sep 21 12:04:27 1992 UTC vs.
Revision 2.5 by greg, Mon Aug 2 13:51:42 1993 UTC

# Line 66 | Line 66 | extern char  *memcpy(), *memset();
66  
67   extern char  *sskip();
68   extern char  *getpath(), *getenv();
69 + #ifndef malloc
70   extern char  *malloc(), *calloc(), *realloc();
71 + #endif
72   extern char  *bmalloc(), *savestr(), *savqstr();
73 +
74 + #ifdef  DCL_ATOF
75 + extern double  atof();
76 + #endif
77  
78   #ifdef MSDOS
79   #define NIX 1

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines