]> andersk Git - splint.git/blob - test/format.c
Apparently splint does not correctly handle the case in which a #defined constant...
[splint.git] / test / format.c
1 void 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.058409 seconds and 5 git commands to generate.