summaryrefslogtreecommitdiff
path: root/src/stdio/getchar.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdio/getchar.c')
-rw-r--r--src/stdio/getchar.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/stdio/getchar.c b/src/stdio/getchar.c
index 3bd12654..d09bbdfc 100644
--- a/src/stdio/getchar.c
+++ b/src/stdio/getchar.c
@@ -1,6 +1,7 @@
#include <stdio.h>
/** read a character from stdin **/
+
int getchar(void)
{
/*
@@ -13,6 +14,7 @@ int getchar(void)
/***
reads the next character from ARGUMENT(stdin).
***/
+
/*
STDC(1)
*/