verify: new macro 'assume'
[gnulib.git] / modules / strtoul
1 Description:
2 strtoul() function: convert string to 'unsigned long'.
3
4 Status:
5 obsolete
6
7 Notice:
8 This module is obsolete.
9
10 Files:
11 lib/strtol.c
12 lib/strtoul.c
13 m4/strtoul.m4
14
15 Depends-on:
16
17 configure.ac:
18 gl_FUNC_STRTOUL
19 if test $ac_cv_func_strtoul = no; then
20   AC_LIBOBJ([strtoul])
21 fi
22
23 Makefile.am:
24
25 Include:
26 <stdlib.h>
27
28 License:
29 LGPL
30
31 Maintainer:
32 glibc