Mercurial > hg > octave-kai > gnulib-hg
annotate modules/mbscspn @ 12496:a48d3d749ca5
Refactor common macros used in tests.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Thu, 24 Dec 2009 21:01:42 +0100 |
parents | 23f58a4ffca0 |
children |
rev | line source |
---|---|
8101 | 1 Description: |
2 mbscspn() function: search a string for any of a set of characters. | |
3 | |
4 Files: | |
5 lib/mbscspn.c | |
6 | |
7 Depends-on: | |
8 mbuiter | |
9 string | |
10 mbschr | |
11 strcspn | |
12 | |
13 configure.ac: | |
14 gl_STRING_MODULE_INDICATOR([mbscspn]) | |
15 | |
16 Makefile.am: | |
17 lib_SOURCES += mbscspn.c | |
18 | |
19 Include: | |
20 <string.h> | |
21 | |
22 License: | |
23 LGPL | |
24 | |
25 Maintainer: | |
26 Bruno Haible | |
27 |