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

Comparing ray/src/cv/mgflib/words.c (file contents):
Revision 1.2 by greg, Wed May 10 17:55:51 1995 UTC vs.
Revision 1.3 by greg, Fri Feb 28 20:11:30 2003 UTC

# Line 1 | Line 1
1 /* Copyright (c) 1994 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   * Routines for recognizing and moving about words in strings.
6   */
7  
8 + #include  <string.h>
9   #include  <ctype.h>
10  
11   #ifdef  BSD
# Line 15 | Line 13 | static char SCCSid[] = "$SunId$ LBL";
13   #endif
14  
15   #define  NULL           0
18
19 extern char  *strchr();
16  
17  
18   char *

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines