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

📄 include.h

📁 基于UNIX的中间件编程,只能运行于UNIX操作系统
💻 H
字号:
#include <pthread.h>#include <stdio.h>#include <stdlib.h>#include <stdarg.h>#include <fcntl.h>#include <sys/types.h>#include <sys/timeb.h>#include <stdarg.h>#include <time.h>#include <ctype.h>#include <string.h>#include <sys/socket.h>#include <sys/socketvar.h>#include <netinet/in.h>#include <sys/select.h>#include <sys/signal.h>#include <limits.h>#include <sys/time.h>#include <arpa/inet.h>#include <unistd.h>#ifndef win#define aix#endif/*define the datatype and const*/#ifndef win #ifndef SOCKET#define SOCKET int#endif#ifndef INVALID_SOCKET#define INVALID_SOCKET -1#endif#ifndef SOCKET_ERROR#define SOCKET_ERROR   -1#endif#endif#ifdef win#include <winsock.h>#include <winsock2.h>#include <sql.h>#include <sqlext.h>#include <sqltypes.h>#include <io.h>#include <process.h>#include <conio.h>extern "C"#endif#ifdef aix#include <sys/socket.h>#include <sys/socketvar.h>#include <netdb.h>#endif

⌨️ 快捷键说明

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