![]() |
發布時間: 2023-2-26 15:45
正文摘要:main.c(3): warning C318: can't open file 'Nixie.h' main.c(9): warning C206: 'Nixie': missing function-prototype main.c(9): error C267: 'Nixie': requires ANSI-style prototype 網上下載的 ... |
nexie 和nixie 一看就是江科大 |
main.c(3): warning C318: can't open file 'Nixie.h' main.c(9): warning C206: 'Nixie': missing function-prototype main.c(9): error C267: 'Nixie': requires ANSI-style prototype -------一般情況是先找自己的問題,否則懟天懟地最后還得懟自己。以下山東美國話供參考------- main.c 程序第 3 行 : 警告類型 C318 : 無法打開文件,文件名是 'Nixie.h' main.c 程序第 9 行 : 警告類型 C206 : 丟失函數原型,函數名是 'Nixie' main.c 程序第 9 行 : 錯誤類型 C267 : 需要 ANSI 樣式原型支持,沒找到定義 'Nixie' 的文件 |
沒有頭文件,打不開。 |
人中狼 發表于 2023-2-26 18:54 哦哦謝謝,太粗心了 |
人中狼 發表于 2023-2-26 18:54 啥文件名不一致 |
wpsookwpsook 發表于 2023-2-26 19:39 我不是添加了包含Nixie.h的文件夾到編譯器了嗎,要咋添加哇 |
main.c(3): warning C318: can't open file 'Nixie.h' 沒有添加啊 |
文件名都不一致 |