[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

getdtablesize

Syntax

 
#include <unistd.h>

int getdtablesize(void);

Description

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

Return Value

255

Portability

ANSI/ISO C No
POSIX No