1 #ifndef _LIBRARIES_POSIXC_H
2 #define _LIBRARIES_POSIXC_H
5 Copyright © 2010-2013, The AROS Development Team. All rights reserved.
8 Public part of PosixC libbase.
9 Take care of backwards compatibility when changing something in this file.
12 #include <exec/libraries.h>
13 #include <libraries/stdc.h>
14 #include <libraries/stdcio.h>
16 #define _STDIO_H_NOMACRO
22 struct StdCBase
*StdCBase
;
23 struct StdCIOBase
*StdCIOBase
;
25 FILE *_stdin
, *_stdout
, *_stderr
;
28 struct PosixCBase
*__aros_getbase_PosixCBase(void);
30 #endif /* _LIBRARIES_POSIXC_H */