(C) 1998 AROS - The Amiga Research OS
NAME
#include <proto/exec.h>
void RawPutChar (chr)
LOCATION
In SysBase at offset 86
SYNOPSIS
UBYTE chr
FUNCTION
Emits a single character.
INPUTS
chr
The character to emit
RESULT
None.
EXAMPLE
SEE ALSO
RawIOInit(), RawPutChar(), RawMayGetChar()
NOTES
This function is for very low level debugging only.
BUGS
INTERNALS
HISTORY