]> andersk Git - splint.git/blame - test/moreBufferTests/strrchr.c
Got rid of [look into this ] messages in null.expect and outglob.expect
[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.09158 seconds and 5 git commands to generate.