]> andersk Git - splint.git/blame - test/moreBufferTests/unrecogCall.c
Added the splint.org css sheet to the html version of the faq.
[splint.git] / test / moreBufferTests / unrecogCall.c
CommitLineData
80ee600a 1void foo ()
2
3{
4 char *d;
5
6 d = "df";
7
8 bar(d);
9}
This page took 0.061402 seconds and 5 git commands to generate.