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.4 by greg, Tue Feb 25 02:47:21 2003 UTC vs.
Revision 2.5 by schorsch, Sat Jun 7 12:50:20 2003 UTC

# Line 10 | Line 10 | static const char      RCSid[] = "$Id$";
10   #include "copyright.h"
11  
12   #include  <stdio.h>
13
13   #include  <math.h>
15
14   #include  <stdlib.h>
17
15   #include  <string.h>
19
16   #include  <ctype.h>
17  
18 <
18 > #include  "standard.h"
19  
20   int
21   fgetval(fp, ty, vp)                     /* get specified data word */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines