strtoumax: fix typo in previous commit.
[gnulib.git] / modules / strcspn
1 Description:
2 strcspn() 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/strcspn.c
12 m4/strcspn.m4
13
14 Depends-on:
15
16 configure.ac:
17 gl_FUNC_STRCSPN
18 if test $ac_cv_func_strcspn = no; then
19   AC_LIBOBJ([strcspn])
20   gl_PREREQ_STRCSPN
21 fi
22
23 Makefile.am:
24
25 Include:
26 <string.h>
27
28 License:
29 LGPL
30
31 Maintainer:
32 Bruno Haible, glibc
33