Port the SB128 code to AROS.
[AROS.git] / rom / debug / kmaygetchar.c
blob07e639c5d33ed0d7bc2c2c307728793ca1526bd8
1 #include <proto/debug.h>
2 #include <proto/exec.h>
4 LONG KMayGetChar(VOID)
6 return RawMayGetChar();