| www.delorie.com/djgpp/doc/libc/libc_339.html | search |
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
#include <unistd.h> long fpathconf(int fd, int name); |
Returns configuration information on the filesystem that the open file
resides on. See section pathconf. If the filesystem cannot be determined
from the file handle fd (e.g., for character devices),
fpathconf will return the info for the current drive.
The configuration value; for details, see pathconf.
| ANSI/ISO C | No |
| POSIX | 1003.2-1992; 1003.1-2001 |
| webmaster donations bookstore | delorie software privacy |
| Copyright © 2004 by DJ Delorie | Updated Apr 2004 |