2 Copyright © 1995-2013, The AROS Development Team. All rights reserved.
8 /*****************************************************************************
20 Write one character to the specified stream.
23 c - The character to output
24 stream - The character is written to this stream
27 The character written or EOF on error.
39 putc() is an alias for fputc()
41 ******************************************************************************/