2 Copyright © 1995-2012, The AROS Development Team. All rights reserved.
5 ANSI C function getc().
9 #include <dos/dosextens.h>
10 #include <proto/exec.h>
11 #include <proto/dos.h>
17 /*****************************************************************************
28 Read one character from the stream. If there is no character
29 available or an error occurred, the function returns EOF.
32 stream - Read from this stream
35 The character read or EOF on end of file or error.
44 fgetc(), fputc(), putc()
48 ******************************************************************************/