1 #ifndef _LIBRARIES_STDCIO_H
2 #define _LIBRARIES_STDCIO_H
5 Copyright © 2010-2013, The AROS Development Team. All rights reserved.
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
21 struct StdCBase
*StdCBase
;
23 FILE *_stdin
, *_stdout
, *_stderr
;
28 struct StdCIOBase
*__aros_getbase_StdCIOBase(void);
32 #endif /* _LIBRARIES_STDCIO_H */