home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Datafile PD-CD 4
/
DATAFILE_PDCD4.iso
/
unix
/
armlinux
/
alpha
/
PARTITIONS
/
USR_GZ
/
usr
/
include
/
ulimit.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1995-05-14
|
200 b
|
16 lines
#ifndef _ULIMIT_H
#define _ULIMIT_H
#include <features.h>
#define UL_GETFSIZE 1
#define UL_SETFSIZE 2
__BEGIN_DECLS
extern long ulimit __P((int __cmd, ...));
__END_DECLS
#endif /*_ULIMIT_H */