added concrete implementations of putc(), getc(), getchar() and gets()
[tangerine.git] / rom / intuition / sysreqhandler.c
blob042c6d8087832261ee28f20e8afdbbaaa936784a
1 #ifdef __MORPHOS__
2 # include "sysreqhandler_morphos.c"
3 #else
4 # include "sysreqhandler_aros.c"
5 #endif