@node setrlimit, unix @subheading Syntax @example #include int setrlimit (int rltype, const struct rlimit *rlimitp); @end example @subheading Description This function sets new limit pointed to by @var{rlimitp} on the resource limit specified by @var{rltype}. Note that currently it always fails. @subheading Return Value Zero on success, nonzero on failure. @subheading Portability @portability !ansi, !posix