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

Comparing ray/src/common/color.h (file contents):
Revision 2.5 by greg, Fri Jun 4 14:51:41 1993 UTC vs.
Revision 2.6 by greg, Mon Aug 2 13:51:43 1993 UTC

# Line 97 | Line 97 | typedef float  COLOR[3];       /* red, green, blue */
97                                          &(cc)[RED],&(cc)[GRN],&(cc)[BLU])
98   #define  fputcolcor(cc,fp)      fprintf(fp,"%s %f %f %f\n",COLCORSTR, \
99                                          (cc)[RED],(cc)[GRN],(cc)[BLU])
100 +
101 + #ifdef  DCL_ATOF
102 + extern double  atof(), ldexp(), frexp();
103 + #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines