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

📄 htmllib.h

📁 基于S3C4510的家庭网关的通讯进程程序源码
💻 H
字号:
/* htmllib.h */#ifndef _HTMLLIB_H#define _HTMLLIB_H/* function prototypes */void htmlHeader(int fd);
void htmlBody(int fd);void htmlFormStr(int fd);void htmlFormEnd(int fd);void htmlAnniuStr(int fd,unsigned char *text,unsigned int size);void htmlAnniuQuit(int fd);
void htmlFooter(int fd);
//void addTitleElement(int fd,char *title);
void htmlText(int fd,char *text,int size);void htmlText1(int fd,char *text,int size);void htmlText2(int fd);void htmlText3(int fd);void htmlText4(int fd,char *text,int size);void htmlText5(int fd,char *text,int size);void htmlText6(int fd);void htmlText7(int fd);void htmlTextHead(int fd);void htmlTextEnd(int fd);void htmlTextHead1(int fd);void htmlTextEnd1(int fd);#endif	/* !_HTMLLIB_H*/

⌨️ 快捷键说明

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