]> andersk Git - splint.git/blob - test/manual/multiError.c
Fixes for win32
[splint.git] / test / manual / multiError.c
1 void multiError(char * buf)
2 {
3         buf[0] = 's';
4         buf[2] =  's';
5         buf[1] =  's';
6 }
7
This page took 0.036926 seconds and 5 git commands to generate.