Initial revision
This commit is contained in:
8
lang/cem/libcc/stdio/getchar.c
Normal file
8
lang/cem/libcc/stdio/getchar.c
Normal file
@@ -0,0 +1,8 @@
|
||||
#include <stdio.h>
|
||||
|
||||
#undef getchar
|
||||
|
||||
getchar()
|
||||
{
|
||||
return getc(stdin);
|
||||
}
|
||||
Reference in New Issue
Block a user