htmllib.h
资源名称:cgi-web.rar [点击查看]
上传用户:sxdewei
上传日期:2014-06-02
资源大小:67k
文件大小:0k
源码类别:
嵌入式Linux
开发平台:
Unix_Linux
- /* htmllib.h */
- #ifndef _HTMLLIB_H
- #define _HTMLLIB_H
- /* function prototypes */
- void htmlHeader(char *title);
- void htmlBody();
- void htmlFooter();
- void addTitleElement(char *title);
- #endif /* !_HTMLLIB_H*/