posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / xstrtoumax
blob0d8ad36f646cc708f7f84d1087a4e5899a838a29
1 Description:
2 Convert string to 'uintmax_t', with error checking.
4 Files:
5 lib/xstrtoumax.c
7 Depends-on:
8 xstrtol
9 strtoumax
11 configure.ac:
13 Makefile.am:
14 lib_SOURCES += xstrtoumax.c
16 Include:
17 "xstrtol.h"
19 License:
20 GPL
22 Maintainer:
23 Paul Eggert