#include #include "grove.h" #include "gramatica.tab.h" struct HTML_flags { int inHEAD; int inFECHO; int TamTitulo; int IndiceCount; } HTMLF; GString* poe_acentos(GString* str); void travessia_Html(Elem* el,GHashTable* ids); void Tipo_to_Html(Elem* el,GHashTable* ids); void ids_error_report(gpointer key, gpointer value, gpointer data); void _travessia_Html(Elem* el);