proc_fd_disp()

The number of available file handles

Syntax:

int proc_fd_disp(void);

Arguments:

no arguments

Description:

The number of Available file handles.

Return Values:

On success, returns the fd max. On error, -1 is returned.

See Also:

proc_fd_max(), proc_fd_system(), proc_fd_limit()



INDEX