getdtablesize(2N) getdtablesize(2N)NAME getdtablesize - gets descriptor table size SYNOPSIS int getdtablesize() DESCRIPTION Each process has a fixed size descriptor table which is guaranteed to have at least the maximum number of open slots OPEN_MAX. The entries in the descriptor table are numbered with small integers starting at 0. getdtablesize returns the size of this table. SEE ALSO close(2), dup(2), open(2) January 1992 1