]> andersk Git - splint.git/blame - test/outparam.lcl
Updated expected output for help.expect to include new flags.
[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.179063 seconds and 5 git commands to generate.