7 lines
96 B
C
7 lines
96 B
C
#ifndef _YGGDRASIL_ULIMIT_H
|
|
#define _YGGDRASIL_ULIMIT_H 1
|
|
|
|
long ulimit(int which, ...);
|
|
|
|
#endif
|