⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 limits.h

📁 南京航空航天大学开发的一个类Unix和Linux的操作系统,好不好看看就知道了,
💻 H
字号:
#ifndef _LIBLIMITS_H#define _LIBLIMITS_H#define NGROUPMAX        32	/* supplemental group IDs are available */#define ARGMAX       131072	/* # bytes of args + environ for exec() */#define CHILDMAX        999     /* no limit :-) */#define OPENMAX         256	/* # open files a process may have */#define LINKMAX         127	/* # links a file may have */#define MAXCANON        255	/* size of the canonical input queue */#define MAXINPUT        255	/* size of the type-ahead buffer */#define NAMEMAX         255	/* # chars in a file name */#define PATHMAX        1024	/* # chars in a path name */#define PIPEBUF        4096	/* # bytes in atomic write to a pipe */#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -