]> andersk Git - splint.git/blob - test/manual/setChar.c
Fixes for win32
[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.037054 seconds and 5 git commands to generate.