X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fstdio%2Fgetchar.c;h=0aef0c3463dbadf1af24cc9b98cfe71b04b702fa;hb=42e018009a78cdddd97fd18d2b6bb02d8e0fe16e;hp=a98f6d708fb0d9bd25fe749f8a4446c492292521;hpb=4045c52731204268642130c247afffb91f958293;p=pdclib.old diff --git a/functions/stdio/getchar.c b/functions/stdio/getchar.c index a98f6d7..0aef0c3 100644 --- a/functions/stdio/getchar.c +++ b/functions/stdio/getchar.c @@ -10,7 +10,7 @@ #ifndef REGTEST -int getchar( void ) +int (getchar)( void ) { return fgetc( stdin ); }