]> andersk Git - splint.git/blame - test/moreBufferTests/strrchr.c
Fixed problem with loop guards in loop test effects. New test case
[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.395131 seconds and 5 git commands to generate.