#include <unistd.h> long fpathconf(int fd, int name);
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.
The configuration value; for details, see section pathconf.
not ANSI, POSIX
Go to the first, previous, next, last section, table of contents.