web.h

来自「凌阳单片机之以太网通讯模组模组」· C头文件 代码 · 共 20 行

H
20
字号
#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 + =
减小字号Ctrl + -
显示快捷键?