]> andersk Git - splint.git/blame - test/alias.lcl
Added the manual pdf to CVS.
[splint.git] / test / alias.lcl
CommitLineData
885824d3 1imports mut;
2
3int glob;
4int *globp;
5
6int f (int *a, int b, int **c) int glob; int *globp; { }
7
8int h (mut a, mut b) { }
This page took 1.342126 seconds and 5 git commands to generate.