diff options
author | Bruno Haible <bruno@clisp.org> | 2007-01-09 14:10:25 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2007-01-09 14:10:25 +0000 |
commit | 050fc3a8a5e95ee648a1e2658d8078b2e085f3cf (patch) | |
tree | 5389a842a03951951e357e0403f5cb8b2013cd73 /modules/unistr/u16-strspn | |
parent | dca752e3ba6eb642265f00d3e0b16b685352b2e2 (diff) | |
download | gnulib-050fc3a8a5e95ee648a1e2658d8078b2e085f3cf.tar.gz |
New modules 'unistr/u8-strspn', 'unistr/u16-strspn', 'unistr/u32-strspn'.
Diffstat (limited to 'modules/unistr/u16-strspn')
-rw-r--r-- | modules/unistr/u16-strspn | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/modules/unistr/u16-strspn b/modules/unistr/u16-strspn new file mode 100644 index 0000000000..8429d475a0 --- /dev/null +++ b/modules/unistr/u16-strspn @@ -0,0 +1,28 @@ +Description: +Search for some characters in UTF-16 string. + +Files: +lib/unistr/u16-strspn.c +lib/unistr/u-strspn.h + +Depends-on: +unistr/base +unistr/u16-strlen +unistr/u16-strmbtouc +unistr/u16-cmp +unistr/u16-strchr + +configure.ac: + +Makefile.am: +lib_SOURCES += unistr/u16-strspn.c + +Include: +"unistr.h" + +License: +LGPL + +Maintainer: +Bruno Haible + |