#pragma once struct STRIPHTML_DATA { std::stack stack; std::string buffer; }; char * striphtml(char *html);