www.pudn.com > cgi-web.rar > htmllib.h, change:2007-08-10,size:208b
/* 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*/