]> andersk Git - splint.git/blob - test/outparam.lcl
Removed unexport's from makefile. They don't seem to work everywhere.
[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.259545 seconds and 5 git commands to generate.