Blame


1 2871d3ce 2022-09-29 op {!
2 2871d3ce 2022-09-29 op #include <stdio.h>
3 2871d3ce 2022-09-29 op #include <stdlib.h>
4 ebc9d200 2022-12-04 op
5 ebc9d200 2022-12-04 op #include "tmpl.h"
6 2871d3ce 2022-09-29 op !}
7 2871d3ce 2022-09-29 op
8 2871d3ce 2022-09-29 op {{ define base(struct template *tp, const char *title) }}
9 2871d3ce 2022-09-29 op {{ printf "%.2s:\t%d\n", title, 42 }}
10 2871d3ce 2022-09-29 op {{ end }}