1 2 3 4 5
#include "hashmap.h" #include "vector.h" char *read_file(char *filename); char *template(char *tmpl, struct hashmap *ctx);