Add script for determining the set of symbols to export from a library.
[gnulib.git] / modules / strtol
blob65b6946390c091e6880bbca76f814924f31f7920
1 Description:
2 strtol() function: convert string to 'long'.
4 Status:
5 obsolete
7 Notice:
8 This module is obsolete.
10 Files:
11 lib/strtol.c
12 m4/strtol.m4
14 Depends-on:
16 configure.ac:
17 gl_FUNC_STRTOL
18 if test $ac_cv_func_strtol = no; then
19   AC_LIBOBJ([strtol])
22 Makefile.am:
24 Include:
25 <stdlib.h>
27 License:
28 LGPL
30 Maintainer:
31 glibc