]> andersk Git - splint.git/blame - test/manual/modify.c
Fixes for win32
[splint.git] / test / manual / modify.c
CommitLineData
77970e15 1void setx (int *x, int *y)
2 /*@modifies *x@*/
3{
4 *y = *x;
5}
6
7void sety (int *x, int *y)
8 /*@modifies *y@*/
9{
10 setx (y, x);
11}
12
This page took 0.06462 seconds and 5 git commands to generate.