原帖由 c_fanatic 于 2008-6-11 20:49 发表
学习APUE第二章时,在Fedora8测试了sysconf和pathconf的代码,对结果不理解,请解释:
#ifdef PATH_MAX
static int pathmax = PATH_MAX;
#else
static int pathmax = 0;
#endif
int main(){
char ...
欢迎光临 Chinaunix (http://bbs.chinaunix.net/) | Powered by Discuz! X3.2 |