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

Comparing ray/src/px/ttyimage.c (file contents):
Revision 2.2 by greg, Mon Sep 21 12:15:22 1992 UTC vs.
Revision 2.3 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   *  ttyimage.c - program to dump pixel file to dumb terminal.
6   *
# Line 14 | Line 11 | static char SCCSid[] = "$SunId$ LBL";
11   #ifdef MSDOS
12   #include  <fcntl.h>
13   #endif
14 + #include  <time.h>
15  
16   #include  "color.h"
17   #include  "resolu.h"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines