int getw( FILE *fp )



	- prototype in stdio.h

	- gets integer from file stream fp
	- returns EOF (-1) on eof or error
	- use feof() or ferror() to verify -1 is an integer data word, and
	  not an error return