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.2 by greg, Tue Aug 22 08:52:14 1995 UTC vs.
Revision 2.7 by greg, Fri Jun 27 22:27:45 2003 UTC

# Line 1 | Line 1
1 /* Copyright (c) 1995 Regents of the University of California */
2
1   #ifndef lint
2 < static char SCCSid[] = "$SunId$ LBL";
2 > static const char       RCSid[] = "$Id$";
3   #endif
6
4   /*
5   * Read white space separated values from stream
6 + *
7 + *  External symbols declared in rtio.h
8   */
9  
10 < #include  <stdio.h>
10 > #include  "rtio.h"
11  
12 + #include  <stdlib.h>
13   #include  <math.h>
14
14   #include  <ctype.h>
16
17
18 #ifdef DCL_ATOF
19 extern double   atof();
20 #endif
21 extern int      atoi();
22 extern long     atol();
23 extern char     *strcpy();
24
15  
16   int
17   fgetval(fp, ty, vp)                     /* get specified data word */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines