]> andersk Git - splint.git/blob - test/manual/unique.c
Pushed back constraintResolve.c to the previous version.
[splint.git] / test / manual / unique.c
1 # include <string.h>
2  
3 void  
4 capitalize (/*@out@*/ char *s,
5             char *t)
6 {
7   strcpy (s, t);
8   *s = toupper (*s);
9 }
This page took 0.597428 seconds and 5 git commands to generate.