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