LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 871|回复: 2

全局函数声明成static有什么作用?

[复制链接]
发表于 2003-8-30 00:22:26 | 显示全部楼层 |阅读模式
像这种
static void
show_date (const char *format, struct timespec when)

void
show_date (const char *format, struct timespec when)
有什么区别?
发表于 2003-8-30 00:29:30 | 显示全部楼层
建议楼主找C或者C++的书来专门看看函数的作用域这一段。
可能比我解释的要详细得多。
 楼主| 发表于 2003-8-30 00:54:25 | 显示全部楼层
谢谢,已经找到了。
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表