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

Comparing ray/src/meta/mtext.c (file contents):
Revision 1.1 by greg, Sat Feb 22 02:07:26 2003 UTC vs.
Revision 1.3 by greg, Mon Jun 16 14:54:54 2003 UTC

# Line 9 | Line 9 | static const char      RCSid[] = "$Id$";
9   *  cc mtext.c mfio.o syscalls.o misc.o
10   */
11  
12 + #include <string.h>
13  
14   #include  "meta.h"
15  
# Line 122 | Line 123 | FILE  *fp;
123      static char  linbuf[MAXLINE];
124      int  nlines;
125      char  **section;
125    char  *calloc(), *malloc(), *fgets(), *strcpy();
126      int  maxlen;
127      int  done;
128      int  i, j, k;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines