New module 'close'.
[pspp] / modules / c-strcasestr
index 2e516444189c84496536ceca63278ee0a038dc4f..d337568c6b9c7a832cd8d27c52ac90d52f56d1fe 100644 (file)
@@ -1,15 +1,15 @@
 Description:
-Case-insensitive searching in a string in C locale.
+Efficient case-insensitive searching in a string in C locale.
 
 Files:
 lib/c-strcasestr.h
 lib/c-strcasestr.c
+lib/str-two-way.h
 
 Depends-on:
 c-ctype
+c-strcase
 stdbool
-malloca
-strnlen
 
 configure.ac: