Package: C
C
C reference: fputc
fputc
func fputc(ch: int32, stream: *opaque) -> int32;
fprintf
Prints formatted output to a file stream.
fputs
Writes a string to the given stream.
On this page