]> andersk Git - splint.git/blob - test/maxset/maxsetannotations.c
Add test files to repository.
[splint.git] / test / maxset / maxsetannotations.c
1 #include "/home/drl7x/re/LCLintDev/lib/ansi.h"
2
3 void anstrcpy( /*@unique@*/ char * a, char *b) /*@bufferConstraint MaxSet(a) >= MaxRead (b); @*/ {
4 strcpy (a,b);
5 }
6
This page took 0.051484 seconds and 5 git commands to generate.