]> andersk Git - splint.git/blame - test/manual/setChar.c
Fixed problem with handleing oldsytle function declarations.
[splint.git] / test / manual / setChar.c
CommitLineData
f8f5727a 1char buf[10];
2
3void setChar()
4{
5 buf[10] = 'x';
6}
7
8
This page took 0.057488 seconds and 5 git commands to generate.