1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-15 07:14:58 +00:00
serenity/LibC/ulimit.h

10 lines
104 B
C

#pragma once
#include <sys/cdefs.h>
__BEGIN_DECLS
long ulimit(int cmd, long newlimit);
__END_DECLS