summaryrefslogtreecommitdiff
path: root/modules/strpbrk
blob: 9c395808d465b52b2b84b7dd6e541f25e550d237 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Description:
strpbrk() function: search a string for any of a set of characters.

Files:
lib/strpbrk.h
lib/strpbrk.c
m4/strpbrk.m4

Depends-on:

configure.ac:
gl_FUNC_STRPBRK

Makefile.am:
lib_SOURCES += strpbrk.h

Include:
"strpbrk.h"