signed int fputc (signed int c, FILE *pStream) |
Name | Type | Default | Description |
c | signed int |
Character to write. |
|
pStream | FILE * |
Output stream. |
|
Return value | signed int |
Variants | Brief description |
(int, FILE *) | Outputs a character to a file. |