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