Update and improve help for --without-included-regex.
[gnulib.git] / modules / strpbrk
1 Description:
2 strpbrk() function: search a string for any of a set of characters.
3
4 Status:
5 obsolete
6
7 Notice:
8 This module is obsolete.
9
10 Files:
11 lib/strpbrk.c
12 m4/strpbrk.m4
13
14 Depends-on:
15 string
16
17 configure.ac:
18 gl_FUNC_STRPBRK
19 gl_STRING_MODULE_INDICATOR([strpbrk])
20
21 Makefile.am:
22
23 Include:
24 <string.h>
25
26 License:
27 LGPLv2+
28
29 Maintainer:
30 Bruno Haible, glibc