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

📄 httpserver.h

📁 http协议的服务器例程
💻 H
字号:
#ifndef __HTTPSERVER_H__#define __HTTPSERVER_H__#include <time.h>#include <wait.h>#include <errno.h>#include <fcntl.h>#include <stdio.h>#include <signal.h>#include <stdlib.h>#include <string.h>#include <sys/types.h>#include <sys/select.h>#include <sys/socket.h>#include "wio.h"#include "wmax.h"#include "wgets.h"#include "winet.h"#include "httplog.h"#include "wdaemon.h"#include "readconf.h"#endif

⌨️ 快捷键说明

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