2 Copyright © 1995-2017, The AROS Development Team. All rights reserved.
5 Desc: Check if there is a character on the raw console
9 #include "exec_intern.h"
11 /*****i***********************************************************************
14 #include <proto/exec.h>
16 AROS_LH0(LONG
, RawMayGetChar
,
19 struct ExecBase
*, SysBase
, 85, Exec
)
22 Check if there is a character on the raw console.
28 The character or -1 if there was none.
31 This function is for very low level debugging only.
38 RawIOInit(), RawPutChar()
42 *****************************************************************************/
46 return KrnMayGetChar();