?? ipalloc.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 + -