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

Comparing ray/src/px/ra_pict.c (file contents):
Revision 2.2 by greg, Thu Nov 21 11:34:10 1991 UTC vs.
Revision 2.3 by greg, Wed Nov 27 09:14:03 1991 UTC

# Line 20 | Line 20 | static char SCCSid[] = "$SunId$ Auckuni";
20   */
21  
22   #include <stdio.h>
23 #include <stdlib.h>
23  
24   #include "pict.h"
25   #include "color.h"
26   #include "resolu.h"
27 +
28 + extern double   atof();
29 + extern char     *malloc();
30  
31   int     outbytes;                   /* This had better be 32 bits! */
32   char    *progname;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines