cur: rlim_t
Soft limit
max: rlim_t
Hard limit
pub const rlimit = extern struct { /// Soft limit cur: rlim_t, /// Hard limit max: rlim_t, }
Press escape to exit search and then '?' to see more options.