#ifndef GENERATOR_H #define GENERATOR_H #include "types.h" int gen_markdown(const IsaDb *db, const char *output_path); int gen_html(const IsaDb *db, const char *output_path); #endif