]> andersk Git - splint.git/blame - test/moreBufferTests/unrecogCall.c
Fixed manual csvoverwrite.
[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.162833 seconds and 5 git commands to generate.