2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
5 Desc: Check if there is a character on the raw console
9 /*****i***********************************************************************
12 #include <proto/exec.h>
14 AROS_LH0(LONG
, RawMayGetChar
,
17 struct ExecBase
*, SysBase
, 85, Exec
)
20 Check if there is a character on the raw console.
26 The character or -1 if there was none.
29 This function is for very low level debugging only.
36 RawIOInit(), RawPutChar(), RawMayGetChar()
40 *****************************************************************************/
43 AROS_LIBBASE_EXT_DECL(struct ExecBase
*,SysBase
)