// MIT License, Copyright (c) 2020 Marvin Borner // HTML parsing is mainly based on the XML parser #ifndef HTML_H #define HTML_H int html_self_closing(const char *tag); #endif