📄 will_notsup.c
字号:
/* will_notsup.c - will_notsup */#include <sys/types.h>#include <stdio.h>#include "telnet.h"/*------------------------------------------------------------------------ * will_notsup - handle an unsupported telnet "do/don't" option *------------------------------------------------------------------------ */intwill_notsup(FILE *sfp, FILE *tfp, int c){ (void) putc(TCIAC, sfp); (void) putc(TCWONT, sfp); (void) putc((char)c, sfp); return 0;}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -