Added a test for MUIA_Listview_SelectChange.
[AROS.git] / compiler / stdc / include / libraries / stdcio.h
blob890910ba3e8d50711fd56933ec1e9c15fdfbf01a
1 #ifndef _LIBRARIES_STDCIO_H
2 #define _LIBRARIES_STDCIO_H
4 /*
5 Copyright © 2010-2013, The AROS Development Team. All rights reserved.
6 $Id$
8 Public part of StdCIO libbase.
9 Take care of backwards compatibility when changing something in this file.
12 #include <exec/libraries.h>
13 #include <libraries/stdc.h>
15 #define _STDIO_H_NOMACRO
16 #include <stdio.h>
18 struct StdCIOBase
20 struct Library lib;
21 struct StdCBase *StdCBase;
23 FILE *_stdin, *_stdout, *_stderr;
26 __BEGIN_DECLS
28 struct StdCIOBase *__aros_getbase_StdCIOBase(void);
30 __END_DECLS
32 #endif /* _LIBRARIES_STDCIO_H */