//新的中断函数
void interrupt asyncint();(这是程序中的一条语句)在VC6.0下编译,出现如下出错提示:
error C2146: syntax error : missing ';' before identifier 'asyncint'
error C2182: 'interrupt' : illegal use of type 'void'
error C1004: unexpected end of file found三条错误全部指向语句“void interrupt asyncint();”,请问这是怎么回事?
第一次接触串口方面,请各位指点,谢谢!