Mercurial > hg > octave-kai > gnulib-hg
annotate modules/strsep @ 8054:aa8abb5db935
Enforce the use of gnulib modules for unportable <string.h> functions.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Thu, 01 Feb 2007 00:29:52 +0000 |
parents | a1d177cd9523 |
children | 404dc8725caf |
rev | line source |
---|---|
5292 | 1 Description: |
2 strsep() function: extract token from string. | |
3 | |
4 Files: | |
5 lib/strsep.c | |
6 m4/strsep.m4 | |
7 | |
8 Depends-on: | |
7944
a1d177cd9523
* doc/gnulib-tool.texi (Initial import): Update to match current
Paul Eggert <eggert@cs.ucla.edu>
parents:
7497
diff
changeset
|
9 string |
5292 | 10 strpbrk |
11 | |
12 configure.ac: | |
13 gl_FUNC_STRSEP | |
8054
aa8abb5db935
Enforce the use of gnulib modules for unportable <string.h> functions.
Bruno Haible <bruno@clisp.org>
parents:
7944
diff
changeset
|
14 gl_STRING_MODULE_INDICATOR([strsep]) |
5292 | 15 |
16 Makefile.am: | |
17 | |
18 Include: | |
7944
a1d177cd9523
* doc/gnulib-tool.texi (Initial import): Update to match current
Paul Eggert <eggert@cs.ucla.edu>
parents:
7497
diff
changeset
|
19 <string.h> |
5292 | 20 |
21 License: | |
22 LGPL | |
23 | |
24 Maintainer: | |
25 Yoann Vandoorselaere |