📄 ch04l01.txt
字号:
Listing 4.1 The t_bind structure contains two fields: the netbuf structure and the integer qlen.struct netbuf { unsigned int maxlen; unsigned int len; char *buf;};struct t_bind { struct netbuf addr; unsigned int qlen;};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -