ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/cv/ies2rad.c
(Generate patch)

Comparing ray/src/cv/ies2rad.c (file contents):
Revision 2.19 by schorsch, Mon Jun 30 14:59:11 2003 UTC vs.
Revision 2.20 by greg, Mon Jun 30 18:18:22 2003 UTC

# Line 10 | Line 10 | static const char      RCSid[] = "$Id$";
10   */
11  
12   #include <stdio.h>
13 + #include <string.h>
14   #include <math.h>
15   #include <sys/types.h>
16   #include <ctype.h>
# Line 123 | Line 124 | typedef struct {
124   int     gargc;                          /* global argc (minus filenames) */
125   char    **gargv;                        /* global argv */
126  
127 < extern char     *strcpy(), *strcat(), *stradd(), *tailtrunc(), *filetrunc(),
127 > extern char     *stradd(), *tailtrunc(), *filetrunc(),
128                  *filename(), *libname(), *fullnam(), *getword(), *atos();
129   extern float    *matchlamp();
130   extern time_t   fdate();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines