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

📄 ksh_limval.h

📁 一个开放源代码的 AT&T 的 Korn Shell 的复制品, 支持大多数 ksh89 的特性。
💻 H
字号:
/* Wrapper around the values.h/limits.h includes/ifdefs *//* $Id$ */#ifdef HAVE_VALUES_H# include <values.h>#endif /* HAVE_VALUES_H *//* limits.h is included in sh.h */#ifndef DMAXEXP# define DMAXEXP	128	/* should be big enough */#endif#ifndef BITSPERBYTE# ifdef CHAR_BIT#  define BITSPERBYTE	CHAR_BIT# else#  define BITSPERBYTE	8	/* probably true.. */# endif#endif#ifndef BITS# define BITS(t)	(BITSPERBYTE * sizeof(t))#endif

⌨️ 快捷键说明

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