htmllib.h
上传用户:sxdewei
上传日期:2014-06-02
资源大小:67k
文件大小:0k
源码类别:

嵌入式Linux

开发平台:

Unix_Linux

  1. /* htmllib.h */
  2. #ifndef _HTMLLIB_H
  3. #define _HTMLLIB_H
  4. /* function prototypes */
  5. void htmlHeader(char *title);
  6. void htmlBody();
  7. void htmlFooter();
  8. void addTitleElement(char *title);
  9. #endif /* !_HTMLLIB_H*/