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

📄 portability.h

📁 一个C源代码分析器
💻 H
字号:
/* This file is used by some of the resolver code in inet/ that   comes from BIND 4.9.  I have written this file instead of modifying   those things not to use it so that I can later drop in replacement   files from future BIND distributions without change.  */#include <unistd.h>/* Some BIND code decides it can omit the definitions of some functions   if BSD is defined to some value.  That might make sense when the BIND   code is augmenting or replacing an existing system library, but we can   never omit a function here, since we are defining the system library.  */#undef BSD

⌨️ 快捷键说明

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