int getrlimit(int resource, struct rlimit *rlim)
Read the limit of a resource. The limits of Tenok are properties of the build, so the two fields alwa...
Definition: resource.c:9
int setrlimit(int resource, const struct rlimit *rlim)
Replace the limit of a resource. Every limit of Tenok is fixed at the build, so only a request that a...
Definition: resource.c:46