--- ray/src/common/fputword.c 2003/03/27 04:16:33 3.3 +++ ray/src/common/fputword.c 2011/06/22 16:55:35 3.9 @@ -1,18 +1,17 @@ #ifndef lint -static const char RCSid[] = "$Id: fputword.c,v 3.3 2003/03/27 04:16:33 greg Exp $"; +static const char RCSid[] = "$Id: fputword.c,v 3.9 2011/06/22 16:55:35 greg Exp $"; #endif /* - * Read white space separated words from stream + * Write word to stream, quoting as necessary * - * External symbols declared in standard.h + * External symbols declared in rtio.h */ #include "copyright.h" -#include - #include +#include "rtio.h" void fputword(s, fp) /* put (quoted) word to file stream */