X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;ds=sidebyside;f=functions%2Fstdio%2Fgetchar.c;fp=functions%2Fstdio%2Fgetchar.c;h=0ba30fc14574a60dfc37c48f94534d17fa71f3e6;hb=e5456e3c2697c4e17fc9aa3439f2e305517b4d96;hp=734e19bef4129fa16dfa015fbf03ecddf28ffca1;hpb=dcc8a8e99f69e090a03b7b868443addbc0817820;p=pdclib.old diff --git a/functions/stdio/getchar.c b/functions/stdio/getchar.c index 734e19b..0ba30fc 100644 --- a/functions/stdio/getchar.c +++ b/functions/stdio/getchar.c @@ -6,3 +6,9 @@ // ---------------------------------------------------------------------------- int getchar( void ) { /* TODO */ }; + +/* PDPC code - unreviewed +{ + return (getc(stdin)); +} +*/