]> andersk Git - splint.git/blob - test/maxset/maxsetannotations.c
*** empty log message ***
[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 3.283194 seconds and 5 git commands to generate.