]> andersk Git - splint.git/blob - test/manual/mstring.c
Pushed back constraintResolve.c to the previous version.
[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.04282 seconds and 5 git commands to generate.