Silence -Wunused-const-variable warnings in Gnulib code.
[gnulib.git] / modules / unistr / u8-strpbrk
blob47f22a791a45b57ea0ed598e47691ea1cdb6290b
1 Description:
2 Search for some characters in UTF-8 string.
4 Files:
5 lib/unistr/u8-strpbrk.c
6 lib/unistr/u-strpbrk.h
8 Depends-on:
9 unistr/base
10 unistr/u8-strmbtouc
11 unistr/u8-strchr
13 configure.ac:
14 gl_LIBUNISTRING_MODULE([0.9], [unistr/u8-strpbrk])
16 Makefile.am:
17 if LIBUNISTRING_COMPILE_UNISTR_U8_STRPBRK
18 lib_SOURCES += unistr/u8-strpbrk.c
19 endif
21 Include:
22 "unistr.h"
24 License:
25 LGPLv3+ or GPLv2+
27 Maintainer:
28 all