]> andersk Git - splint.git/blame - test/sizeoftest/sizeofConst.c
Fixes for win32
[splint.git] / test / sizeoftest / sizeofConst.c
CommitLineData
d26c9667 1/*@null@*/ char * f()
2{
3 char *buf = malloc(sizeof ("1234") );
4 if (buf == NULL)
5 {
6 return NULL;
7 }
8
9 strcpy(buf, "1234");
10 return buf;
11}
12
This page took 0.048466 seconds and 5 git commands to generate.