]> andersk Git - splint.git/blob - test/outparam.lcl
It mostly works but it has a convolted API that needs fixxing.
[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.054305 seconds and 5 git commands to generate.