#ifndef DOM_H #define DOM_H void init_dom(const char *html); #endif /* DOM_H */