]> andersk Git - splint.git/blobdiff - test/moreBufferTests/strrchr.c
Improved tracking of state change locations. Added +showdeephistory
[splint.git] / test / moreBufferTests / strrchr.c
index d078013f54ed31065213be459411b8f9dcb8b73a..3809d01ab2a2bdc7443198df535bd37461adf41d 100644 (file)
@@ -1,13 +1,8 @@
 
-extern /*@null@*/ /*@exposed@*/ char *
-strrchr (/*@returned@*/ char *s, int /*@alt char@*/ c)     /*@*/  /*@LEnsures MaxSet(result) >= 0 /\ MaxSet(result) <= MaxSet(s) /\ MaxRead (result) <= MaxRead(s) /\ MaxRead(result) >= 0 @*/ ;
-
 void
 bar (char * t)
 {
 
-  char *ot = t;
-  
   char *tt;
   tt = strrchr (t, '\n');
 }
This page took 0.191641 seconds and 4 git commands to generate.