repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git]
/
modules
/
unistr
/
u16-strcspn
blob
191cfa21ccfd02d1972861837b73c29474767fcc
1
Description:
2
Search for some characters in UTF-16 string.
3
4
Files:
5
lib/unistr/u16-strcspn.c
6
lib/unistr/u-strcspn.h
7
8
Depends-on:
9
unistr/base
10
unistr/u16-strlen
11
unistr/u16-strmbtouc
12
unistr/u16-strchr
13
14
configure.ac:
15
gl_LIBUNISTRING_MODULE([0.9], [unistr/u16-strcspn])
16
17
Makefile.am:
18
if LIBUNISTRING_COMPILE_UNISTR_U16_STRCSPN
19
lib_SOURCES += unistr/u16-strcspn.c
20
endif
21
22
Include:
23
"unistr.h"
24
25
License:
26
LGPLv3+ or GPLv2
27
28
Maintainer:
29
all