libexplain  1.4.D001
Functions
libexplain/get_link_max.h File Reference

Go to the source code of this file.

Functions

long explain_get_link_max (const char *pathname)

Function Documentation

long explain_get_link_max ( const char *  pathname)

The explain_get_link_max function may be used to obtain the LINK_MAX value for a given directory tree.

Parameters:
pathnameThe directory tree of interest.
Returns:
a positive number (it may be too small if pathconf fails).

Definition at line 27 of file get_link_max.c.