]> andersk Git - splint.git/blob - test/modclient.c
Committing Evans's update of man page to fix problems reported by ESR.
[splint.git] / test / modclient.c
1 int mod (int p[])
2 {
3   (void) f1 (p); /* 6. Statement has no effect: (void)f1(p) */
4   (void) f2 (p);
5
6   return 5;
7 }
This page took 2.402842 seconds and 5 git commands to generate.