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