muimaster.library: support Listview_List in List
[AROS.git] / compiler / posixc / getw.c
blobd2c2ed49645518fb2aceb0bfa8f39fbb792bf167
1 /*
2 Copyright © 2004-2013, The AROS Development Team. All rights reserved.
3 $Id$
5 SVID function getw().
6 */
8 /*****************************************************************************
10 NAME
12 #include <stdio.h>
14 int getw(
16 SYNOPSIS
17 FILE *stream)
19 FUNCTION
21 INPUTS
23 RESULT
25 NOTES
26 Implemented as static inline function.
27 This is not a POSIX function, please use standard fread() function.
29 EXAMPLE
31 BUGS
33 SEE ALSO
34 fread()
36 INTERNALS
38 ******************************************************************************/