Manpage of PUTW

Google
Web www.fiveanddime.net

PUTW

Section: NEWLIB (3)
Updated: 2005 Feb 23
Index Return to Main Contents
 

NAME

3.36 `putw'--write a word (int)

 

SYNOPSIS


     #include <stdio.h>
     int putw(int W, FILE *FP);  

DESCRIPTION

`putw' is a function, defined in `stdio.h'. You can use `putw' to write a word to the file or stream identified by FP. As a side effect, `putw' advances the file's current position indicator.


   RETURNS Zero on success, `EOF' on failure.

 

PORTABILITY

`putw' is a remnant of K&R C, it is not part of any ISO C Standard. `fwrite' should be used instead. In fact, this implementation of `putw' is based upon `fwrite'.


   Supporting OS subroutines required: `fwrite'.

 

SEE ALSO

putw is part of the libc library. The full documentation for libc is maintained as a Texinfo manual. If info and libc are properly installed at your site, the command
info libc

will give you access to the complete manual.


 

Index

NAME
SYNOPSIS
DESCRIPTION
PORTABILITY
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 21:25:29 GMT, May 16, 2005



www.fiveanddime.net








Google
Web www.fiveanddime.net