2 Copyright © 1995-2007, The AROS Development Team. All rights reserved.
5 ANSI C function getc().
10 #include <dos/dosextens.h>
11 #include <proto/exec.h>
12 #include <proto/dos.h>
19 /*****************************************************************************
30 Read one character from the stream. If there is no character
31 available or an error occurred, the function returns EOF.
34 stream - Read from this stream
37 The character read or EOF on end of file or error.
46 fgetc(), fputc(), putc()
50 ******************************************************************************/