{
    global.usbout = external_define('usb.dll','rs_putch',dll_cdecl,ty_real,1,ty_real);
    global.usbin= external_define('usb.dll','rs_getch',dll_cdecl,ty_real,0);
}


