]> andersk Git - splint.git/blame - test/moreBufferTests/strrchr.c
*** empty log message ***
[splint.git] / test / moreBufferTests / strrchr.c
CommitLineData
80ee600a 1
2extern /*@null@*/ /*@exposed@*/ char *
d9a28762 3strrchr (/*@returned@*/ char *s, int /*@alt char@*/ c) /*@*/ /*@ensures MaxSet(result) >= 0 /\ MaxSet(result) <= MaxSet(s) /\ MaxRead (result) <= MaxRead(s) /\ MaxRead(result) >= 0 @*/ ;
80ee600a 4
5void
6bar (char * t)
7{
8
9 char *ot = t;
10
11 char *tt;
12 tt = strrchr (t, '\n');
13}
14
15
This page took 0.061262 seconds and 5 git commands to generate.