mirror of
https://github.com/RGBCube/serenity
synced 2025-05-15 07:14:58 +00:00
10 lines
104 B
C
10 lines
104 B
C
#pragma once
|
|
|
|
#include <sys/cdefs.h>
|
|
|
|
__BEGIN_DECLS
|
|
|
|
long ulimit(int cmd, long newlimit);
|
|
|
|
__END_DECLS
|
|
|