2 Copyright © 1995-2010, The AROS Development Team. All rights reserved.
5 Desc: Check if there is a character on the raw console
9 #include <proto/kernel.h>
11 #include "exec_intern.h"
13 /*****i***********************************************************************
16 #include <proto/exec.h>
18 AROS_LH0(LONG
, RawMayGetChar
,
21 struct ExecBase
*, SysBase
, 85, Exec
)
24 Check if there is a character on the raw console.
30 The character or -1 if there was none.
33 This function is for very low level debugging only.
40 RawIOInit(), RawPutChar()
44 *****************************************************************************/
48 return KrnMayGetChar();