⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 will_notsup.c

📁 &#61599 Douglas Comer
💻 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 + -