15 lines
177 B
C
15 lines
177 B
C
#ifndef _YGGDRASIL_ULIMIT_H
|
|
#define _YGGDRASIL_ULIMIT_H 1
|
|
|
|
#if defined(__cplusplus)
|
|
extern "C" {
|
|
#endif
|
|
|
|
long ulimit(int which, ...);
|
|
|
|
#if defined(__cplusplus)
|
|
}
|
|
#endif
|
|
|
|
#endif
|