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