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

📄 globals.h

📁 altera epxa1的例子程序
💻 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 + -