From f6467297867b5b5e3cc6bc20ffbe0a3367fd5994 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sat, 15 Aug 2020 21:21:06 -0400 Subject: formatting --- src/stdio/fputc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/stdio') 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; -- cgit v1.2.1