once: Fix pthread-rwlock crashes with clang (regr. 2024-08-07).
[gnulib.git] / modules / strtoul
blob484beb6cf345006a00179af4cd9ba683d2f06893
1 Description:
2 strtoul() function: convert string to 'unsigned long'.
4 Files:
5 lib/strtol.c
6 lib/strtoul.c
7 m4/strtoul.m4
9 Depends-on:
10 stdlib
12 configure.ac:
13 gl_FUNC_STRTOUL
14 gl_CONDITIONAL([GL_COND_OBJ_STRTOUL],
15                [test $HAVE_STRTOUL = 0 || test $REPLACE_STRTOUL = 1])
16 gl_STDLIB_MODULE_INDICATOR([strtoul])
18 Makefile.am:
19 if GL_COND_OBJ_STRTOUL
20 lib_SOURCES += strtoul.c
21 endif
23 Include:
24 <stdlib.h>
26 License:
27 LGPL
29 Maintainer:
30 glibc