Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
一个文件由五个函数组成的只有两个函数如何访问一个变量。(没有全局或静态声明)
你不能在 C 中;该文件是定义此类static变量边界的编译单元,因为任何可以编辑或查看该文件的人都可以使用其中的所有函数。如果您确实需要分离可见性,则必须将函数拆分为多个文件。
static