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

📄 web.h

📁 基于凌阳系列单片机的以太网驱动程序
💻 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 + -