timespec_get: New module.
[gnulib.git] / modules / strtoumax
blob201332ca09abec876deaa014fb91cbd3cb8fce0c
1 Description:
2 strtoumax() function: convert string to 'uintmax_t'.
4 Files:
5 lib/strtoimax.c
6 lib/strtoumax.c
7 m4/strtoumax.m4
9 Depends-on:
10 inttypes-incomplete
11 verify          [test $HAVE_DECL_STRTOUMAX = 0 || test $REPLACE_STRTOUMAX = 1]
12 stdint          [test $HAVE_DECL_STRTOUMAX = 0 || test $REPLACE_STRTOUMAX = 1]
13 strtoull        [{ test $HAVE_DECL_STRTOUMAX = 0 || test $REPLACE_STRTOUMAX = 1; } && test $ac_cv_type_unsigned_long_long_int = yes]
15 configure.ac:
16 gl_FUNC_STRTOUMAX
17 if test $HAVE_DECL_STRTOUMAX = 0 || test $REPLACE_STRTOUMAX = 1; then
18   AC_LIBOBJ([strtoumax])
19   gl_PREREQ_STRTOUMAX
21 gl_INTTYPES_MODULE_INDICATOR([strtoumax])
23 Makefile.am:
25 Include:
26 <inttypes.h>
28 License:
29 LGPL
31 Maintainer:
32 Paul Eggert