fpathconf (3) Linux Manual Page
fpathconf, pathconf – get configuration values for files Synopsis#include <unistd.h> long fpathconf(int fd, int name); long pathconf(const char *path, int name);Descriptionfpathconf() gets a value for the configuration option name for the open file descriptor fd. pathconf() gets a value for configuration option name for the filename path. The corresponding macros defined in <unistd.h> are minimum…
