]> andersk Git - splint.git/blob - test/manual/names.c
Added manual files
[splint.git] / test / manual / names.c
1 char *stringreverse (char *s);
2
3 int f (int x)
4 {
5   int lookalike = 1;
6   int looka1ike = 2;
7
8   if (x > 3)
9     {
10       int x = lookalike;
11       x += looka1ike;
12     }
13
14   return x;
15 }
This page took 0.035309 seconds and 5 git commands to generate.