If the identifier is a formal parameter or local variable, declare it with auto storage.
如果该标识符是形参或局部变量,则使用自动存储声明它。
If the identifier is a global variable, declare it with no storage class (auto storage).
如果该标识符是全局变量,则在不使用存储类(自动存储)的情况下声明它。
If the identifier is a global variable, declare it with no storage class (auto storage).
如果该标识符是全局变量,则在不使用存储类(自动存储)的情况下声明它。
应用推荐