Annotation of 3BSD/libc/stdio/getchar.c, revision 1.1

1.1     ! root        1: /*
        !             2:  * A subroutine version of the macro getchar.
        !             3:  */
        !             4: #include <stdio.h>
        !             5: 
        !             6: #undef getchar
        !             7: 
        !             8: getchar()
        !             9: {
        !            10:        return(getc(stdin));
        !            11: }

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.