muimaster.library: support Listview_List in List
[AROS.git] / compiler / posixc / putw.c
blob694416ee9fcee2c780f5e9317c7fca48635fc6a4
1 /*
2 Copyright © 2004-2013, The AROS Development Team. All rights reserved.
3 $Id$
5 SVID function putw().
6 */
8 /*****************************************************************************
10 NAME
12 #include <stdio.h>
14 int putw(
16 SYNOPSIS
17 int word,
18 FILE *stream)
20 FUNCTION
22 INPUTS
24 RESULT
26 NOTES
27 Implemented as static inline function.
28 This is not a POSIX function, please use standard fwrite() function.
30 EXAMPLE
32 BUGS
34 SEE ALSO
35 fwrite()
37 INTERNALS
39 ******************************************************************************/