Add script for determining the set of symbols to export from a library.
[gnulib.git] / modules / strtoul
blob7f3139ca484fcd876c206ffdc747442e878e3d6f
1 Description:
2 strtoul() function: convert string to 'unsigned long'.
4 Status:
5 obsolete
7 Notice:
8 This module is obsolete.
10 Files:
11 lib/strtol.c
12 lib/strtoul.c
13 m4/strtoul.m4
15 Depends-on:
17 configure.ac:
18 gl_FUNC_STRTOUL
19 if test $ac_cv_func_strtoul = no; then
20   AC_LIBOBJ([strtoul])
23 Makefile.am:
25 Include:
26 <stdlib.h>
28 License:
29 LGPL
31 Maintainer:
32 glibc