socdefs.c

来自「一个可以执行Client端传来的Shell命令的服务器程序」· C语言 代码 · 共 11 行

C
11
字号
/**** * socdefs.c *  - Contains global variables for Socket Demon ****/#include "socdefs.h"char    *program_name[PROG_SPEC_LEN];boolean silent_mode;boolean debug_mode;int     port_to_use;

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?