]> andersk Git - splint.git/blob - test/manual/mstring.c
noexpand always false.
[splint.git] / test / manual / mstring.c
1 static /*@notnull@*/ char *mstring_createNew (int x);
2
3 char *mstring_space (void)
4 {
5   char *m = mstring_createNew (2);
6   *m = ' '; 
7   *(m + 1) = '\0';  
8   return m;
9 }
This page took 0.048523 seconds and 5 git commands to generate.