Aggiunto il materiale di Mirko per la realizzazione dell'HTML.
[gapil.git] / listati / rlimit.h
1 struct rlimit {
2      rlim_t    rlim_cur;
3      rlim_t    rlim_max;
4 };