diff modules/memrchr @ 9983:24149eff52b8

Optimize and test memrchr. * modules/memrchr (Depends-on): Add intprops. * lib/memrchr.c (__memrchr): Avoid false positives in loop. * modules/memrchr-tests: New file. * tests/test-memrchr.c: New file. Signed-off-by: Eric Blake <ebb9@byu.net>
author Eric Blake <ebb9@byu.net>
date Sat, 26 Apr 2008 21:26:10 -0600
parents 5a0294ce5372
children 901b50b38fae
line wrap: on
line diff
--- a/modules/memrchr	Sat Apr 26 19:42:00 2008 +0200
+++ b/modules/memrchr	Sat Apr 26 21:26:10 2008 -0600
@@ -7,6 +7,7 @@
 
 Depends-on:
 extensions
+intprops
 string
 
 configure.ac: