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