HelpPC 2.10 Quick Reference Utility Copyright 1991 David Jurgens

                         int putw( int n, FILE *fp )


       - prototype in stdio.h

       - puts integer word n to stream fp
       - returns n or EOF on error.  Use ferror() to verify
         if EOF is returned, since -1 is a legitimate integer.

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