sysconf, pathconf, fpathconf
Header Files
#include <unistd.h>
Function Prototype
long sysconf(int name);
long pathconf(const char *pathname, int name);
long fpathconf(int *filedes, int name);namespecifies what configuration you want to get- return -1 if error occurs
Function
- Use for getting run-time limit
sysconfgets system-wide limitpathconfandfpathconfget limit for specific file