#ifndef __VIEWHTML_H__ #define __VIEWHTML_H__ void view_html(const char *html); #endif