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
ptsname_r: Work around bug on Android 4.3.
[gnulib.git]
/
modules
/
unistr
/
u16-strpbrk
blob
fd52cb276dc3ee77ad86995e7692896e0911e5b0
1
Description:
2
Search for some characters in UTF-16 string.
3
4
Files:
5
lib/unistr/u16-strpbrk.c
6
lib/unistr/u-strpbrk.h
7
8
Depends-on:
9
unistr/base
10
unistr/u16-strmbtouc
11
unistr/u16-strchr
12
13
configure.ac:
14
gl_LIBUNISTRING_MODULE([0.9], [unistr/u16-strpbrk])
15
16
Makefile.am:
17
if LIBUNISTRING_COMPILE_UNISTR_U16_STRPBRK
18
lib_SOURCES += unistr/u16-strpbrk.c
19
endif
20
21
Include:
22
"unistr.h"
23
24
License:
25
LGPLv3+ or GPLv2
26
27
Maintainer:
28
all