]> andersk Git - splint.git/blob - test/tests2.2/arrayfcn.c
Renamed lclintMacros.nf splintMacros.nf
[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.057447 seconds and 5 git commands to generate.