📄 httpserver.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 + -