Sign in
mojo
/
mojo-tools
/
339e142934dd2c1fa7f3e69b3b08fc1c04bc4f1f
/
.
/
fusl
/
src
/
stdio
/
getchar.c
blob: c10126581bf95d532e974fe30f6d2646a0ef8db6 [
file
]
#include
<stdio.h>
int
getchar
(
void
)
{
return
fgetc
(
stdin
);
}