text2.c(28): error C141: syntax error near 'x', expected ')'text2.c(35): error C129: missing ';' before 'miao'
uchar uint 未定义文件开头添加typedef uchar unsigned char;typedef uint unsigned int;
问题出在 text2.c把 text2.c 贴出来