Reads the next integer from a stream and increments the associated file pointer (if there is one) to point to the next unread value.
#include <stdio.h> int getw (FILE *stream);
stream
getw does not assume any special alignment of items in the stream.
getw is provided primarily for compatibility with previous libraries. Portability problems may occur with getw, since the integer size and byte ordering can differ across systems.
Versions | Defined in | Include | Link to |
---|---|---|---|
INtime 3.0 | intime/rt/include/stdio.h | stdio.h | clib.lib |