C Language and Libraries Help (clang.hlp) (Table of Contents; Topic list)
_putw
 Description Example                     Up Contents Index Back
─────Run-Time Library───────────────────────────────────────────────────────
 
  Include:   <stdio.h>
 
  Syntax:    int _putw( int binint, FILE *stream );
 
  Returns:   the value written. EOF may indicate error.
 
  See also:  _getw, putc, fputc
                                    -♦-