openat: provide more convenience names
[pspp] / modules / c-strcasestr
index 93b8e89c1aa15bc306e596b43da2a60976612b28..757f63ab89e9bd302f17a0c2a03f52c5b6178a76 100644 (file)
@@ -1,14 +1,17 @@
 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
-strnlen
+memchr
+memcmp
 
 configure.ac: