]> andersk Git - splint.git/blob - test/manual/setChar.c
Added test cases from the buffer checking chapter of the manual.
[splint.git] / test / manual / setChar.c
1 char buf[10];
2
3 void setChar()
4 {
5    buf[10] = 'x';
6 }
7
8
This page took 0.035227 seconds and 5 git commands to generate.