posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / xstrtoll
blobb36db460c60f74c35d5a03242155b409cbd7f432
1 Description:
2 Convert string to 'long long' or 'unsigned long long', with error checking.
4 Files:
5 lib/xstrtoll.c
6 lib/xstrtoull.c
8 Depends-on:
9 limits-h
10 strtoll
11 strtoull
12 xstrtol
14 configure.ac:
16 Makefile.am:
17 lib_SOURCES += xstrtoll.c xstrtoull.c
19 Include:
20 "xstrtol.h"
22 License:
23 GPL
25 Maintainer:
26 Jim Meyering