我想问一下D哪儿错了,谢谢^ω^
typedef unsigned short WORD;
void,define是系统保留的关键字,不能作为标识符的,而且C语言区分大小写
define是C语言的关键字