(C) 1998 AROS - The Amiga Research OS


NAME
#include <proto/exec.h>

LONG RawMayGetChar ()

LOCATION
In SysBase at offset 85

SYNOPSIS

FUNCTION
Check if there is a character on the raw console.

INPUTS
None.

RESULT
The character or -1 if there was none.

EXAMPLE

SEE ALSO
RawIOInit(), RawPutChar(), RawMayGetChar()

NOTES
This function is for very low level debugging only.

BUGS

INTERNALS

HISTORY