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

Comparing ray/src/cv/mgflib/badarg.c (file contents):
Revision 1.1 by greg, Tue Jun 21 14:45:42 1994 UTC vs.
Revision 1.3 by schorsch, Sat Nov 15 17:54:06 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   * Check argument list against format string.
6   */
7  
8   #include <ctype.h>
9 + #include <stdio.h>
10  
11 < #define NULL            0
11 > #include "parser.h"
12 >
13  
14   int
15   badarg(ac, av, fl)              /* check argument list */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines