?? interfaces.h
字號:
/* This structure is used by lib/interfaces.c to return the list of network interfaces on the machine*/#define MAX_INTERFACES 128struct iface_struct { char name[16]; struct in_addr ip; struct in_addr netmask;};
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -