]> andersk Git - splint.git/blob - test/manual/unique.c
Fixes for win32
[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.045759 seconds and 5 git commands to generate.