HelpPC 2.10 Quick Reference Utility Copyright 1991 David Jurgens

                             int fgetchar( void )


       - prototype in stdio.h

       - gets character from stream
       - same as fgetc(stdin)
       - returns char (converted to an int) or EOF
       - see   getc()

Esc or Alt-X to exit fgetchar Home/PgUp/PgDn/End ←↑↓→