zlib/test.c

3 lines
54 B
C
Raw Normal View History

2011-09-09 23:18:57 -07:00
extern int getchar();
int hello() {return getchar();}