]> andersk Git - splint.git/blob - test/outparam.lcl
Remove unused cpplib_createDefinition.
[splint.git] / test / outparam.lcl
1 typedef struct _st { int a; int b; } *st;
2
3 void f(out int *a, int *b) { modifies *a; }
4 void h(out st s, out st t) { modifies *t; }
5 int g (void) { } 
6
7         
This page took 0.177442 seconds and 5 git commands to generate.