]> andersk Git - splint.git/blob - test/maxset/maxsetannotations.c
Modified configure.ac to new longer check for c++.
[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.042981 seconds and 5 git commands to generate.