这个程序运行后出现
compiling main.c...
..\code\main.c(1): warning C318: can't open file 'main.h'
..\CODE\MAIN.C(25): warning C206: 'Delay_ms': missing function-prototype
..\CODE\MAIN.C(25): error C267: 'Delay_ms': requires ANSI-style prototype
..\code\main.c - 1 Error(s), 2 Warning(s).
这是怎么回事呀?需要怎么修改?
|