顺便大概说说整个函数的作用,谢谢拉.
我也再看AUPE呢.作者: c_fanatic 时间: 2008-06-06 12:50 标题: 回复 #4 dianlongliu 的帖子 Hi,你可以 man pathconf一下:
long int pathconf(const char *pathname,int parameter)
The fpathconf() and pathconf() functions determine the
current value of a configurable limit or option ( variable )
that is associated with a file or directory.
For pathconf(), the path argument points to the pathname of
a file or directory.作者: dianlongliu 时间: 2008-06-06 16:50 标题: 回复 #5 c_fanatic 的帖子 嘿嘿,man了,但是还是不明天拉,等下再看看书上如何说的把.