Loading...
Select Version
&pagelevel(4)&pagelevel
Definition | #include <stdio.h> int putchar(int c);
| |
Return val. | The written character c | |
if successful. | ||
EOF | otherwise. | |
Notes |
The characters are not written immediately to the external file but are stored in an internal For further information on output to text files and on converting the control characters for | |
See also | putc, fputc, putwchar |