]> andersk Git - splint.git/blame - test/moreBufferTests/strrchr.c
Improved tracking of state change locations. Added +showdeephistory
[splint.git] / test / moreBufferTests / strrchr.c
CommitLineData
80ee600a 1
80ee600a 2void
3bar (char * t)
4{
5
80ee600a 6 char *tt;
7 tt = strrchr (t, '\n');
8}
9
10
This page took 0.104333 seconds and 5 git commands to generate.