2 Copyright © 2012-2013, The AROS Development Team. All rights reserved.
5 This file defines the private part of StdCIOBase.
6 This should only be used internally in stdcio.library code so
7 changes can be made to this structure without breaking backwards
10 #ifndef __STDCIO_INTBASE_H
11 #define __STDCIO_INTBASE_H
13 #include <libraries/stdcio.h>
19 struct StdCIOBase StdCIOBase
;
28 struct __sFILE intstdin
, intstdout
, intstderr
;
31 char tmpnambuffer
[L_tmpnam
];
32 unsigned long filecount
;
35 #endif //__STDCIO_INTBASE_H