]> andersk Git - splint.git/blobdiff - test/maxset/maxsetannotations.c
Changed to used /\ and requires instead of bufferConstraint
[splint.git] / test / maxset / maxsetannotations.c
index c2bc474052531b2dba5e28200730093ee1314e6f..503ffdda6b5c76b0dd6f0ab33e134289c3fec572 100644 (file)
@@ -1,6 +1,6 @@
 #include "../../lib/ansi.h"
 
-void anstrcpy( /*@unique@*/ char * a, char *b) /*@bufferConstraint MaxSet(a) >= MaxRead (b); @*/ {
+void anstrcpy( /*@unique@*/ char * a, char *b) /*@requires MaxSet(a) >= MaxRead (b); @*/ {
 strcpy (a,b);
 }
 
This page took 0.033794 seconds and 4 git commands to generate.