]> andersk Git - splint.git/blob - test/maxset/maxsetannotations.c
noexpand always false.
[splint.git] / test / maxset / maxsetannotations.c
1
2 void anstrcpy( /*@unique@*/ char * a, char *b) /*@requires MaxSet(a) >= MaxRead (b); @*/ {
3   strcpy (a,b);
4 }
5
This page took 0.05035 seconds and 5 git commands to generate.