blob: f3a971900851b794146db1d00dbc302be7aaf12b [file] [log] [blame]
Li-Ta Lo81521262004-07-08 17:18:27 +00001#include <stdio.h>
2
3int int16_handler(void)
4{
5 printf("\nint16: keyboard not supported right now.\n");
6 return 1;
7}