10 lines
86 B
C
10 lines
86 B
C
/* $Header$ */
|
|
#include <stdio.h>
|
|
|
|
#undef getchar
|
|
|
|
getchar()
|
|
{
|
|
return getc(stdin);
|
|
}
|