htmllib.h
来自「基于S3C4510的家庭网关的通讯进程程序源码」· C头文件 代码 · 共 28 行
H
28 行
/* 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 + =
减小字号Ctrl + -
显示快捷键?