backupfile: tweak for better code
[gnulib.git] / modules / unistr / u8-strcspn
blob5f4f25977e1aca79dfd367a06897f32736589dbb
1 Description:
2 Search for some characters in UTF-8 string.
4 Files:
5 lib/unistr/u8-strcspn.c
6 lib/unistr/u-strcspn.h
8 Depends-on:
9 unistr/base
10 unistr/u8-strlen
11 unistr/u8-strmbtouc
12 unistr/u8-strchr
14 configure.ac:
15 gl_LIBUNISTRING_MODULE([0.9], [unistr/u8-strcspn])
17 Makefile.am:
18 if LIBUNISTRING_COMPILE_UNISTR_U8_STRCSPN
19 lib_SOURCES += unistr/u8-strcspn.c
20 endif
22 Include:
23 "unistr.h"
25 License:
26 LGPLv3+ or GPLv2
28 Maintainer:
29 all