mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-30 05:08:56 +00:00
11 lines
104 B
C
11 lines
104 B
C
#pragma once
|
|
|
|
#include <sys/cdefs.h>
|
|
|
|
__BEGIN_DECLS
|
|
|
|
long ulimit(int cmd, long newlimit);
|
|
|
|
__END_DECLS
|
|
|