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

Comparing ray/src/cv/mgflib/parser.c (file contents):
Revision 1.25 by greg, Fri Mar 21 12:32:41 1997 UTC vs.
Revision 1.26 by gregl, Mon Dec 15 09:41:37 1997 UTC

# Line 10 | Line 10 | static char SCCSid[] = "$SunId$ LBL";
10  
11   #include <stdio.h>
12   #include <math.h>
13 + #include <stdlib.h>
14   #include <ctype.h>
15   #include <string.h>
16   #include "parser.h"
# Line 266 | Line 267 | void
267   mg_fgetpos(pos)                 /* get current position in input file */
268   register MG_FPOS        *pos;
269   {
269        extern long     ftell();
270
270          pos->fid = mg_file->fid;
271          pos->lineno = mg_file->lineno;
272          pos->offset = ftell(mg_file->fp);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines