]> andersk Git - splint.git/blob - test/tests2.2/realloc.c
Fixed manual csvoverwrite.
[splint.git] / test / tests2.2 / realloc.c
1 void f (/*@only@*/ char *s)
2 {
3   char *m = realloc (s);
4
5   free (m);
6 }
This page took 0.063725 seconds and 5 git commands to generate.