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

Comparing ray/src/px/ra_rgbe.c (file contents):
Revision 2.9 by gwlarson, Tue Oct 27 09:08:27 1998 UTC vs.
Revision 2.10 by greg, Sat Feb 22 02:07:28 2003 UTC

# Line 1 | Line 1
1 /* Copyright (c) 1992 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   *  program to convert from RADIANCE RLE to flat format
6   */
7  
8   #include  <stdio.h>
9   #include  <math.h>
10 + #include  <time.h>
11   #include  "color.h"
12   #include  "resolu.h"
13  
# Line 17 | Line 15 | static char SCCSid[] = "$SunId$ LBL";
15   #include  <fcntl.h>
16   #endif
17  
20 extern char     *malloc(), *realloc(), *tempbuffer();
18   extern int      addhline();
19  
20   #define dumpheader(fp)  fwrite(headlines, 1, headlen, fp)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines