programming.nbk: Home | Index | Next Page: fread() | Previous Page: fopen()


 fputc()

Syntax

The function writes the character (unsigned char)c to the output stream stream, advances the file-position indicator (if defined), and returns (int)(unsigned char)c. If the function sets the error indicator for the stream, it returns EOF.


programming.nbk: Home | Index | Next Page: fread() | Previous Page: fopen()


Notebook exported on Monday, 7 July 2008, 18:56:06 PM Eastern Daylight Time