2 Copyright © 1995-2012, The AROS Development Team. All rights reserved.
8 /*****************************************************************************
19 Read one character from the stream. If there is no character
20 available or an error occurred, the function returns EOF.
23 stream - Read from this stream
26 The character read or EOF on end of file or error.
35 fgetc(), fputc(), putc()
38 getc() is just an alias for fgetc().
40 ******************************************************************************/