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

Comparing ray/src/meta/mgvars.c (file contents):
Revision 1.2 by schorsch, Fri Aug 1 14:14:24 2003 UTC vs.
Revision 1.3 by schorsch, Mon Oct 27 10:28:59 2003 UTC

# Line 10 | Line 10 | static const char      RCSid[] = "$Id$";
10   */
11  
12   #include  <stdio.h>
13
13   #include  <stdlib.h>
15
14   #include  <math.h>
17
15   #include  <ctype.h>
16  
17 + #include  "rtprocess.h"
18 + #include  "rtmisc.h"
19 + #include  "rtio.h"
20   #include  "mgvars.h"
21  
22   #define  MAXLINE        512
# Line 25 | Line 25 | static const char      RCSid[] = "$Id$";
25  
26   #define  isnum(c) (isdigit(c)||(c)=='-'||(c)=='+'||(c)=='.'||(c)=='e'||(c)=='E')
27  
28 < char  *findfile(), *emalloc(), *ecalloc(), *erealloc(), *savestr(), *strcpy();
29 < FILE  *fopen(), *popen();
28 > char  *findfile();
29 >
30   extern char  *progname, *libpath[];
31  
32   #ifdef  DCL_ATOF

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines