]> andersk Git - splint.git/blame - test/manual/unique.c
Fixes for win32
[splint.git] / test / manual / unique.c
CommitLineData
77970e15 1# include <string.h>
2
3void
4capitalize (/*@out@*/ char *s,
5 char *t)
6{
7 strcpy (s, t);
8 *s = toupper (*s);
9}
This page took 0.053129 seconds and 5 git commands to generate.