mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-26 01:20:25 +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
|
|
|