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.5 by schorsch, Fri Aug 1 14:14:24 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 42 | Line 43 | char  **argv;
43   {
44      FILE  *fp;
45      
45 #ifdef  CPM
46    fixargs("mtext", &argc, &argv);
47 #endif
48
46      progname = *argv++;
47      argc--;
48  
# Line 122 | Line 119 | FILE  *fp;
119      static char  linbuf[MAXLINE];
120      int  nlines;
121      char  **section;
125    char  *calloc(), *malloc(), *fgets(), *strcpy();
122      int  maxlen;
123      int  done;
124      int  i, j, k;
# Line 170 | Line 166 | int  maxlen;
166  
167   {
168      int  linwidt;
173    char  *strncpy();
169      char  *slin;
170      int  i, j;
171      

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines