[BACK]Return to memrchr.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / sudo

Diff for /src/usr.bin/sudo/Attic/memrchr.c between version 1.1 and 1.2

version 1.1, 2007/07/26 16:10:16 version 1.2, 2007/11/27 16:22:14
Line 27 
Line 27 
   
 /*  /*
  * Reverse memchr()   * Reverse memchr()
  * Find the last occurence of 'c' in the buffer 's' of size 'n'.   * Find the last occurrence of 'c' in the buffer 's' of size 'n'.
  */   */
 VOID *  VOID *
 memrchr(s, c, n)  memrchr(s, c, n)

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2