-

Changes

Jump to: navigation, search

Functions HI-TECH C FPUTC

470 bytes added, 19:50, 31 July 2017
Created page with "<strong>FPUTC</strong> ==SYNOPSIS== #include <stdio.h> int fputc(int c, FILE * stream) ==DESCRIPTION== The character c is written to the supplied stream. This is the..."
<strong>FPUTC</strong>
==SYNOPSIS==

#include <stdio.h>

int fputc(int c, FILE * stream)


==DESCRIPTION==
The character c is written to the supplied stream. This
is the non-macro version of _�p_�u_�t_�c(). The character is
returned if it was successfully written, EOF is
returned otherwise. Note that "written to the stream"
may mean only placing the character in the buffer associated with the stream.

==SEE ALSO==

putc, fgetc, fopen, fflush

Navigation menu