Writes an integer to the current position of a stream.
#include <stdio.h> int putw (int binint, FILE *stream);
binint 
stream 
putw does not affect the alignment of items in the stream, nor does it assume any special alignment.
| Versions | Defined in | Include | Link to | 
|---|---|---|---|
| INtime 3.0 | intime/rt/include/stdio.h | stdio.h | clib.lib |