summaryrefslogtreecommitdiff
path: root/tools/dfagen/dfagen/output/c/template_cb_impl.c
blob: e5a4d7891b04df0bddb77fcc6dfbfc5769f6fbab (plain)
1
2
3
4
5
6
7
8
9
/*
 * %(state)s =%(event)s=>
%(*branches_to)s */
%(prefix)s_branch_t
%(callback)s (%(user.type)s *user)
{
%(returns)s
}