示例#1
0
int rs232_getchar(FILE *stream)
{
    return rs232_getc();
}
示例#2
0
int rs232drv_getc(int fd, BYTE *b)
{
    return rs232_getc(fd, b);
}