Sha256: a61e61d1ed7a81a26d0890a2148c0cd68d122d25dfe661e4821eb413a0e0fc6b
Contents?: true
Size: 183 Bytes
Versions: 5
Compression:
Stored size: 183 Bytes
Contents
#ifndef _ULIMIT_H #define _ULIMIT_H #ifdef __cplusplus extern "C" { #endif #define UL_GETFSIZE 1 #define UL_SETFSIZE 2 long ulimit (int, ...); #ifdef __cplusplus } #endif #endif
Version data entries
5 entries across 5 versions & 1 rubygems