📄 globals.h
字号:
#ifndef _globals_
#define _globals_
typedef struct
{
int tcp_plug_handle;
int inquiry_number;
int called_from_tcp_prc;
int still_receiving_http_request;
long tcp_opened_time; // So we can time out the connection
// in case of a dangled-open connect.
} ip_control_struct;
ip_control_struct tcp_control;
#endif // _globals_
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -