#include <unistd.h>
long fpathconf(int fd, int name);
Description
Returns configuration information on the filesystem that the open file
resides on. See section pathconf. If the filesystem cannot be determined
from the file handle fd (e.g., for character devices),
fpathconf will return the info for the current drive.
Return Value
The configuration value; for details, see pathconf.
Please take a moment to fill out
this visitor survey You can help support this site by
visiting the advertisers that sponsor it! (only once each, though)