-

Changes

Jump to: navigation, search

Functions HI-TECH C PUTW

374 bytes added, 22:59, 31 July 2017
Created page with "<strong>PUTW</strong> ==SYNOPSIS== #include <stdio.h> int putw(int w, FILE * stream) ==DESCRIPTION== <strong>Putw</strong>() copies the word w to the given strea..."
<strong>PUTW</strong>
==SYNOPSIS==

#include <stdio.h>

int putw(int w, FILE * stream)


==DESCRIPTION==
<strong>Putw</strong>() copies the word w to the given stream. It
returns w, except on error, in which case EOF is
returned. Since this is a good integer, <strong>ferror</strong>() should
be used to check for errors.

==SEE ALSO==

getw, fopen, fclose

Navigation menu