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 2871d3ce 2022-09-29 op !}
5 2871d3ce 2022-09-29 op
6 2871d3ce 2022-09-29 op {{ define base(struct template *tp, const char *title) }}
7 2871d3ce 2022-09-29 op {{ printf "%.2s:\t%d\n", title, 42 }}
8 2871d3ce 2022-09-29 op {{ end }}