例如,有下列的程式碼: static int counts; // static storage,internal linkage int other(); int main() { ... } int other() { ... }標準的目的是您應該寫成: ...
確定! 回上一頁