summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/stdio/fputc.c1
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;