2 2c02675e 2022-12-14 op #include <stdio.h>
3 2c02675e 2022-12-14 op #include <stdlib.h>
5 2c02675e 2022-12-14 op #include "tmpl.h"
7 2c02675e 2022-12-14 op int base(struct template *, const char *);
11 2c02675e 2022-12-14 op {{ define base(struct template *tp, const char *title) }}
12 2c02675e 2022-12-14 op {{ printf "%.2s:\t%d\n", title, 42 }}