ULIMIT.H(7) Miscellaneous Information Manual ULIMIT.H(7)
NAME
ulimit.h — ulimit
commands
SYNOPSIS
#include <ulimit.h>
DESCRIPTION
The <ulimit.h> header defines the
symbolic constants used in the ulimit(3) function.
Symbolic constants:
- UL_GETFSIZE
- Get maximum file size.
- UL_SETFSIZE
- Set maximum file size.
The following is declared as a function and may also be defined as
a macro. Function prototypes must be provided for use with an ISO C
compiler. long int ulimit(int, ...);
APPLICATION USAGE
None.
FUTURE DIRECTIONS
None.
SEE ALSO
February 1997 posix.fail