]> andersk Git - splint.git/blame - test/outparam.lcl
noexpand always false.
[splint.git] / test / outparam.lcl
CommitLineData
885824d3 1typedef struct _st { int a; int b; } *st;
2
3void f(out int *a, int *b) { modifies *a; }
4void h(out st s, out st t) { modifies *t; }
5int g (void) { }
6
7
This page took 0.292042 seconds and 5 git commands to generate.