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.4 by greg, Tue Feb 25 02:47:21 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 standard.h
8   */
9  
10 + #include "copyright.h"
11 +
12   #include  <stdio.h>
13  
14   #include  <math.h>
15  
16 < #include  <ctype.h>
16 > #include  <stdlib.h>
17  
18 + #include  <string.h>
19  
20 < #ifdef DCL_ATOF
21 < extern double   atof();
20 < #endif
21 < extern int      atoi();
22 < extern long     atol();
23 < extern char     *strcpy();
20 > #include  <ctype.h>
21 >
22  
23  
24   int

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines