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

Comparing ray/src/common/fgetval.c (file contents):
Revision 2.6 by greg, Fri Jun 27 06:53:21 2003 UTC vs.
Revision 2.8 by schorsch, Sun Mar 28 20:33:12 2004 UTC

# Line 9 | Line 9 | static const char      RCSid[] = "$Id$";
9  
10   #include  "rtio.h"
11  
12 + #include  <stdlib.h>
13   #include  <math.h>
14   #include  <ctype.h>
15  
# Line 16 | Line 17 | int
17   fgetval(fp, ty, vp)                     /* get specified data word */
18   register FILE   *fp;
19   int     ty;
20 < char    *vp;
20 > void    *vp;    /* type depends on ty */
21   {
22          char    wrd[64];
23          register char   *cp;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines