linuxh.h
来自「otl简单包装实现类,对数据库进行操作的,简单易用.」· C头文件 代码 · 共 39 行
H
39 行
#ifndef LINUXH_H#define LINUXH_H#include <sys/types.h> /* basic system data types */#include <sys/socket.h> /* basic socket definitions */#include <sys/time.h> /* timeval{} for select() */#include <time.h> /* timespec{} for pselect() */#include <netinet/in.h> /* sockaddr_in{} and other Internet defns */#include <arpa/inet.h> /* inet(3) functions */#include <errno.h>#include <fcntl.h> /* for nonblocking */#include <sys/ioctl.h>#include <netdb.h>#include <signal.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <sys/stat.h> /* for S_xxx file mode constants */#include <sys/uio.h> /* for iovec{} and readv/writev */#include <unistd.h>#include <sys/wait.h>#include <sys/un.h> /* for Unix domain sockets */#include <linux/limits.h>#include <math.h>#include <stdarg.h>#include <openssl/md5.h>#include <sys/vfs.h>#include <net/if.h>#include <sys/timeb.h>#include <vector>#include <string>#include <list>#include <deque>#include <map>using namespace std;#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?