]> andersk Git - splint.git/blame - test/tests2.2/realloc.c
Fixed \ line parsing.
[splint.git] / test / tests2.2 / realloc.c
CommitLineData
885824d3 1void f (/*@only@*/ char *s)
2{
3 char *m = realloc (s);
4
5 free (m);
6}
This page took 0.116299 seconds and 5 git commands to generate.