--- ray/src/common/badarg.c 1991/11/08 09:58:38 1.2 +++ ray/src/common/badarg.c 2003/06/07 12:50:20 2.4 @@ -1,16 +1,18 @@ -/* Copyright (c) 1991 Regents of the University of California */ - #ifndef lint -static char SCCSid[] = "$SunId$ LBL"; +static const char RCSid[] = "$Id: badarg.c,v 2.4 2003/06/07 12:50:20 schorsch Exp $"; #endif - /* * Check argument list against format string. + * + * External symbols declared in standard.h */ +#include "copyright.h" + #include -#define NULL 0 +#include "standard.h" + int badarg(ac, av, fl) /* check argument list */