"int getw(FILE *"stream); "int putw(int "w", FILE *"stream);
putw writes the word w (that is, an int) to stream. It is provided for compatibility with SVID, but we recommend you use fwrite(3) instead.