Pristine Ack-5.5
[Ack-5.5.git] / lang / cem / libcc.ansi / stdio / getchar.c
1 /*
2  * getchar.c - read a character from the standard input stream
3  */
4 /* $Id: getchar.c,v 1.3 1994/06/24 11:50:25 ceriel Exp $ */
5
6 #include        <stdio.h>
7
8 int
9 (getchar)(void)
10 {
11         return getchar();
12 }