linux下getrlimit与sysconf函数-CSDN博客

网站介绍:#include <stdio.h>#include <sys/time.h>#include <sys/resource.h>int main(int argc, char *argv[]){ struct rlimit nofile_rlmt; if (getrlimit(RLIMIT_NOFILE, &nofile_rlm..._linux sysconf