{! #include #include #include "tmpl.h" int base(struct template *, const char *); !} {{ define base(struct template *tp, const char *title) }} {{ printf "%.2s:\t%d\n", title, 42 }} {{ end }}