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.3 by greg, Tue Oct 6 12:29:56 1992 UTC vs.
Revision 2.6 by greg, Fri Nov 10 17:04:14 1995 UTC

# Line 59 | Line 59 | extern char  errmsg[];                 /* global buffer for error me
59   #define  bcopy(s,d,n)           (void)memcpy(d,s,n)
60   #define  bzero(d,n)             (void)memset(d,0,n)
61   #define  bcmp(b1,b2,n)          memcmp(b1,b2,n)
62 extern char  *memcpy(), *memset();
62   #define  index                  strchr
63   #define  rindex                 strrchr
64   #endif
65  
67 #ifndef atof
68 extern double  atof();
69 #endif
66   extern char  *sskip();
67   extern char  *getpath(), *getenv();
68   #ifndef malloc
69   extern char  *malloc(), *calloc(), *realloc();
70   #endif
71   extern char  *bmalloc(), *savestr(), *savqstr();
72 +
73 + #ifdef  DCL_ATOF
74 + extern double  atof();
75 + #endif
76  
77   #ifdef MSDOS
78   #define NIX 1

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines