/sys$common/syshlp/helplib.hlb CC, Run-time functions, getdtablesize *Conan The Librarian (sorry for the slow response - running on an old VAX) |
Gets the total number of file descriptors that a process can have open simultaneously. Syntax: #include <unistd.h> int getdtablesize (void);
|