PATHCONF(3) Library Functions Manual PATHCONF(3)
NAME
pathconf — get
configurable pathname variables
SYNOPSIS
#include <unistd.h> long int pathconf(const char *path, int name);
DESCRIPTION
Refer to fpathconf(3) .
DERIVATION
Derived from the POSIX.1-1988 standard.
February 1997 posix.fail