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

Comparing ray/src/common/fputword.c (file contents):
Revision 3.6 by greg, Sat Jul 12 15:14:44 2003 UTC vs.
Revision 3.7 by schorsch, Thu Jul 17 09:21:29 2003 UTC

# Line 9 | Line 9 | static const char      RCSid[] = "$Id$";
9  
10   #include "copyright.h"
11  
12 #include "rtio.h"
13
12   #include <ctype.h>
13 + #include <stdio.h>
14  
15 + #include "rtio.h"
16  
17   void
18   fputword(s, fp)                 /* put (quoted) word to file stream */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines