| The GNU C Library | www.imodulo.com · 2003-04-05 | ||
| [ Software | Documentation | Contact ] |
sysconf
This function is used to inquire about runtime system parameters. The parameter argument should be one of the _SC_ symbols listed below.
The normal return value from sysconf is the value you requested. A value of -1 is returned both if the implementation does not impose a limit, and in case of an error.
The following errno error conditions are defined for this function:
EINVALThe value of the parameter is invalid.
| © Free Software Foundation, Inc. |