by W. Richard Stevens
Addison-Wesley Professional Computing Series
0-201-56317-7 * Hardcover * 768 pages * ©1992
[Buy this book]
| Example | Relevant Functions | |
|---|---|---|
| 2.1 | Print system (process & file-system related) limits | sysconf, pathconf, fputs |
| 2.2 | Dynamically allocate space for a path name | pathconf, malloc, (faster) malloc |
| 2.3 | Determine number of file descriptors | sysconf |