]> andersk Git - splint.git/blob - test/moreBufferTests/initialization.c
Fixed automake related problems.
[splint.git] / test / moreBufferTests / initialization.c
1 void initialization (char *d)
2 {
3   char *e =  d;
4   {
5     char g = e[22];
6     char *f = e;
7   e[2] = 'd';
8   f[2] = 'l';
9   }
10 }
11
This page took 0.064731 seconds and 5 git commands to generate.