2 Copyright © 1995-2013, The AROS Development Team. All rights reserved.
7 #include <libraries/stdcio.h>
9 /*****************************************************************************
21 Equivalent to fputc(stdout)
38 ******************************************************************************/
40 struct StdCIOBase
*StdCIOBase
= __aros_getbase_StdCIOBase();
42 return fputc(c
, StdCIOBase
->_stdout
);