]> andersk Git - splint.git/blame - test/format.c
Removed .lh .lcs .lcd files in test directory from distribution tar ball as suggested...
[splint.git] / test / format.c
CommitLineData
80ee600a 1void fn (FILE *f, char *fmt)
2{
3 printf (fmt);
4 printf ("%s", fmt);
5 fprintf (f, fmt);
6 fprintf (f, fmt, fmt);
7}
This page took 0.058478 seconds and 5 git commands to generate.