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

📄 sysdep-norm.h

📁 早期freebsd实现
💻 H
字号:
/* System-dependent stuff, for ``normal'' systems */#ifdef __GNUC__#define alloca __builtin_alloca#else#if defined (sparc) && defined (sun)#include <alloca.h>#endif#ifndef alloca				/* May be a macro, with args. */extern char *alloca ();#endif#endif#include <sys/types.h>			/* Needed by dirent.h */#if defined (USG) && defined (TIOCGWINSZ)#include <sys/stream.h>#if defined (USGr4) || defined (USGr3)#include <sys/ptem.h>#endif /* USGr4 */#endif /* USG && TIOCGWINSZ */#include <dirent.h>typedef struct dirent dirent;/* SVR4 systems should use <termios.h> rather than <termio.h>. */#if defined (USGr4)#define _POSIX_VERSION#endif

⌨️ 快捷键说明

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