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