qc.hlp (Table of Contents; Topic list)
putw
 Description Example                     Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Include:   <stdio.h>
 
  Syntax:    int putw( int binint, FILE *stream );
 
  Returns:   the value written. EOF may indicate error.
 
  See also:  getw
                                    -♦-