]> andersk Git - splint.git/blame - test/moreBufferTests/simplifyTest.c
Fixed manual csvoverwrite.
[splint.git] / test / moreBufferTests / simplifyTest.c
CommitLineData
dcf136ce 1void fooSub ( char *s, int i)
2{
3 s[i] = 'd';
4 s[i - 2] = 'd';
5}
6
7void fooAdd ( char *s, int i)
8{
9 s[i] = 'd';
10 s[i + 2] = 'd';
11
12}
This page took 0.087421 seconds and 5 git commands to generate.