diff options
Diffstat (limited to 'modules/unistr/u8-strstr')
-rw-r--r-- | modules/unistr/u8-strstr | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/modules/unistr/u8-strstr b/modules/unistr/u8-strstr new file mode 100644 index 0000000000..ea9c6ce61b --- /dev/null +++ b/modules/unistr/u8-strstr @@ -0,0 +1,24 @@ +Description: +Substring test for UTF-8 strings. + +Files: +lib/unistr/u8-strstr.c +lib/unistr/u-strstr.h + +Depends-on: +unistr/base + +configure.ac: + +Makefile.am: +lib_SOURCES += unistr/u8-strstr.c + +Include: +"unistr.h" + +License: +LGPL + +Maintainer: +Bruno Haible + |