Go to the first, previous, next, last section, table of contents.


getdtablesize

Syntax

#include <unistd.h>

int getdtablesize(void);

Description

Get the maximum number of open file descriptors the system supports.

Return Value

255

Portability

not ANSI, not POSIX


Go to the first, previous, next, last section, table of contents.