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

📄 ipalloc.h

📁 linux下qmail的源码 本人加了一些注释
💻 H
字号:
#ifndef IPALLOC_H#define IPALLOC_H#include "ip.h"struct ip_mx { struct ip_address ip; int pref; } ;#include "gen_alloc.h"GEN_ALLOC_typedef(ipalloc,struct ip_mx,ix,len,a)extern int ipalloc_readyplus();extern int ipalloc_append();#endif

⌨️ 快捷键说明

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