3 lines
54 B
C
3 lines
54 B
C
extern int getchar();
|
|
int hello() {return getchar();}
|
extern int getchar();
|
|
int hello() {return getchar();}
|