The Single UNIX ® Specification, Version 2
Copyright © 1997 The Open Group

 NAME

ulimit.h - ulimit commands

 SYNOPSIS



#include <ulimit.h>

 DESCRIPTION

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, ...);

 APPLICATION USAGE

None.

 FUTURE DIRECTIONS

None.

 SEE ALSO

ulimit().

UNIX ® is a registered Trademark of The Open Group.
Copyright © 1997 The Open Group
[ Main Index | XSH | XCU | XBD | XCURSES | XNS ]