📄 web.h
字号:
#ifndef __CGI_h__
#define __CGI_h__
// write your header here
#include "fs.h"
struct CGI_StaS{
//int *file;
u16_t Hour;
u16_t Min;
u16_t Sec;
u16_t* Input;
u16_t* Output;
};
void web_free(struct webdata *head);
struct webdata *Web_Init(struct fs_file *file,u16_t opt);
err_t web_head_alloc(struct webdata *headw, struct webdata *web);
struct webdata *Web_Request(char *req);
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -