]> andersk Git - splint.git/blame - test/argorder4.lcl
Modified the doc/Makefile.am so that the man page is install under make install.
[splint.git] / test / argorder4.lcl
CommitLineData
885824d3 1int glob;
2
3int f (void) int glob; { }
4
5int g (void) int glob; { modifies glob; }
6
7int h (void) int glob; { modifies glob; }
8
This page took 1.742617 seconds and 5 git commands to generate.