]> andersk Git - splint.git/blob - test/tests2.2/modarray.c
Initial revision
[splint.git] / test / tests2.2 / modarray.c
1 int main (void) {
2   char buffer[6];
3
4   (void) fgets (buffer, (int) sizeof (buffer), stdin);
5
6   while (buffer[0] != 'x') {
7     (void) fgets (buffer, (int) sizeof (buffer), stdin);
8   }
9
10   return 3;
11 }
This page took 0.627144 seconds and 5 git commands to generate.