htmllib.h
来自「基于S3C4510的家庭网关的通讯进程程序源码」· C头文件 代码 · 共 31 行
H
31 行
/***********************************************************文件名:htmllib.h 自定义头文件功能:htmllib库函数的定义完成日期:2004.7.18***********************************************************/#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 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 + =
减小字号Ctrl + -
显示快捷键?