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.3 by greg, Tue Oct 6 12:29:56 1992 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines