]> andersk Git - splint.git/blob - test/tests2.2/arrayfcn.c
Fixed manual csvoverwrite.
[splint.git] / test / tests2.2 / arrayfcn.c
1 char *text (int i);
2
3 int main (void)
4 {
5   printf ("%s", text[i]);
6 }
This page took 0.035524 seconds and 5 git commands to generate.