aboutsummaryrefslogtreecommitdiff
path: root/src/template.h
blob: 36d540d3bab9c7bfc654b0afc4baffe5ebc41ad2 (plain)
1
2
3
4
5
#include "hashmap.h"
#include "vector.h"

char *read_file(char *filename);
char *template(char *tmpl, struct hashmap *ctx);