ulimit.h - ulimit commands
#include <ulimit.h>
The <ulimit.h> header defines the symbolic constants used in the ulimit() 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, ...);
None.
None.
ulimit().