diff options
author | Jakob Kaivo <jkk@ung.org> | 2020-08-15 21:21:06 -0400 |
---|---|---|
committer | Jakob Kaivo <jkk@ung.org> | 2020-08-15 21:21:06 -0400 |
commit | f6467297867b5b5e3cc6bc20ffbe0a3367fd5994 (patch) | |
tree | 5ce8a0d70066a755d15ab757b9c89d8d3b0fe252 /src/stdio/fputc.c | |
parent | c4e34dcb011a90a102339a008e309b3d328339be (diff) |
formatting
Diffstat (limited to 'src/stdio/fputc.c')
-rw-r--r-- | src/stdio/fputc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stdio/fputc.c b/src/stdio/fputc.c index 1e44b85c..4a634b77 100644 --- a/src/stdio/fputc.c +++ b/src/stdio/fputc.c @@ -8,6 +8,7 @@ #else /** write a character to a file stream **/ + int fputc(int c, FILE *stream) { int ret = EOF; |