GETDTABLESIZE() COMMAND REFERENCE GETDTABLESIZE()
NAME
getdtablesize - get descriptor table size
SYNOPSIS
size = getdtablesize()
int size;
DESCRIPTION
Each process has a fixed size descriptor table.
Getdtablesize returns the size of this table in size. The
table has NOFILE slots; NOFILE is defined in <sys/max.h> and
is guaranteed to be at least 20. The entries in the
descriptor table are numbered with small integers starting
at 0.
RETURN VALUE
Getdtablesize returns the value NOFILE in size.
SEE ALSO
close(2), dup(2), and open(2).
Printed 4/6/89 1
%%index%%
na:432,93;
sy:525,413;
de:938,576;
rv:1514,315;
se:1829,177;
%%index%%000000000094