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

Comparing ray/src/common/words.c (file contents):
Revision 2.6 by greg, Tue Feb 25 02:47:22 2003 UTC vs.
Revision 2.9 by greg, Tue Sep 28 17:54:18 2004 UTC

# Line 1 | Line 1
1   #ifndef lint
2 < static const char       RCSid[] = "$Id$";
2 > static const char RCSid[] = "$Id$";
3   #endif
4   /*
5   * Routines for recognizing and moving about words in strings.
# Line 12 | Line 12 | static const char      RCSid[] = "$Id$";
12   #include  <ctype.h>
13   #include  <string.h>
14  
15 < #ifdef  BSD
16 < #define  strchr         index
17 < #endif
18 <
15 > #include  "rtio.h"
16  
17   char *
18   atos(rs, nb, s)                 /* get word from string, returning rs */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines