📄 isdntab.h
字号:
struct isdntabent { char ifname[10]; unsigned int encap; struct isdntabent *next_entry;};struct isdntab { struct isdntabent *head; struct isdntabent *tail;};void add_isdn_entry(struct isdntab *list, char *ifname, int isdn_fd);struct isdntabent *isdn_table_lookup(struct isdntab *list, char *ifname, int isdn_fd);void destroy_isdn_table(struct isdntab *list);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -