Mercurial > hg > octave-kai > gnulib-hg
annotate modules/strsep @ 7497:6a764f23e302
gnulib-tool now synthesizes the EXTRA_DIST line.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Fri, 13 Oct 2006 12:40:22 +0000 |
parents | cb5141654dbb |
children | a1d177cd9523 |
rev | line source |
---|---|
5292 | 1 Description: |
2 strsep() function: extract token from string. | |
3 | |
4 Files: | |
5 lib/strsep.h | |
6 lib/strsep.c | |
7 m4/strsep.m4 | |
8 | |
9 Depends-on: | |
10 strpbrk | |
11 | |
12 configure.ac: | |
13 gl_FUNC_STRSEP | |
14 | |
15 Makefile.am: | |
16 | |
17 Include: | |
18 "strsep.h" | |
19 | |
20 License: | |
21 LGPL | |
22 | |
23 Maintainer: | |
24 Yoann Vandoorselaere |