--- ray/src/common/fgetval.c 1995/08/22 08:52:14 2.2 +++ ray/src/common/fgetval.c 2003/06/27 22:27:45 2.7 @@ -1,27 +1,17 @@ -/* Copyright (c) 1995 Regents of the University of California */ - #ifndef lint -static char SCCSid[] = "$SunId$ LBL"; +static const char RCSid[] = "$Id: fgetval.c,v 2.7 2003/06/27 22:27:45 greg Exp $"; #endif - /* * Read white space separated values from stream + * + * External symbols declared in rtio.h */ -#include +#include "rtio.h" +#include #include - #include - - -#ifdef DCL_ATOF -extern double atof(); -#endif -extern int atoi(); -extern long atol(); -extern char *strcpy(); - int fgetval(fp, ty, vp) /* get specified data word */