--- ray/src/common/fgetval.c 2003/02/25 02:47:21 2.4 +++ ray/src/common/fgetval.c 2004/03/28 20:33:12 2.8 @@ -1,31 +1,23 @@ #ifndef lint -static const char RCSid[] = "$Id: fgetval.c,v 2.4 2003/02/25 02:47:21 greg Exp $"; +static const char RCSid[] = "$Id: fgetval.c,v 2.8 2004/03/28 20:33:12 schorsch Exp $"; #endif /* * Read white space separated values from stream * - * External symbols declared in standard.h + * External symbols declared in rtio.h */ -#include "copyright.h" +#include "rtio.h" -#include - -#include - #include - -#include - +#include #include - - int fgetval(fp, ty, vp) /* get specified data word */ register FILE *fp; int ty; -char *vp; +void *vp; /* type depends on ty */ { char wrd[64]; register char *cp;