proc_fd_system()

The number of allocated file handles

Syntax:

int proc_fd_system(void);

Arguments:

no arguments

Description:

The number of allocated file handles by the system.

Return Values:

On success, returns the number of allocated file handles. On error, -1 is returned.

See Also:

proc_fd_max(), proc_fd_disp(), proc_fd_limit()



INDEX