?? htmllib.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 + -