(C) 1998 AROS - The Amiga Research OS
NAME
#include <proto/exec.h>
void RawIOInit ()
LOCATION
In SysBase at offset 84
SYNOPSIS
FUNCTION
This is a private function. It initializes raw IO. After you have called this function, you can use RawMayGetChar() and RawPutChar().
INPUTS
None.
RESULT
None.
EXAMPLE
SEE ALSO
RawPutChar(), RawMayGetChar()
NOTES
This function is for very low level debugging only.
BUGS
INTERNALS
HISTORY