Add script for determining the set of symbols to export from a library.
[gnulib.git] / modules / strcspn
bloba0392bcc4b76dd594b019113ec53268225fcdb44
1 Description:
2 strcspn() function: search a string for any of a set of characters.
4 Status:
5 obsolete
7 Notice:
8 This module is obsolete.
10 Files:
11 lib/strcspn.c
12 m4/strcspn.m4
14 Depends-on:
16 configure.ac:
17 gl_FUNC_STRCSPN
18 if test $ac_cv_func_strcspn = no; then
19   AC_LIBOBJ([strcspn])
20   gl_PREREQ_STRCSPN
23 Makefile.am:
25 Include:
26 <string.h>
28 License:
29 LGPL
31 Maintainer:
32 glibc