Returns an unsigned short integer from a stream.
int _getw (FILE * stream);
Required Header |
<stdio.h> |
Return Value
This function returns the next unsigned short integer from a stream or EOF if an error or End Of File has been reached.
Parameters
stream
A pointer to the open FILE structure
See Also _putw