let
pp_title fmt c =
Format
.fprintf fmt
"%s '%s'"
(
if
c.cstruct
then
"Struct"
else
"Union"
) c.cname