HelpPC 2.10 Quick Reference Utility Copyright 1991 David Jurgens

                             int getw( FILE *fp )


       - prototype in stdio.h

       - gets integer from file stream fp
       - returns EOF (-1) on eof or error
       - use feof() or ferror() to verify -1 is an integer data word, and
         not an error return

Esc or Alt-X to exit getw Home/PgUp/PgDn/End ←↑↓→
Converted to HTML in 2006 by Timo Bingmann