string-buffer tests: Avoid test failure on native Windows.
[gnulib.git] / modules / xstrtoimax
blob42de8b00ab38c0b6e564cea43bd25fd53a34e764
1 Description:
2 Convert string to 'intmax_t', with error checking.
4 Files:
5 lib/xstrtoimax.c
7 Depends-on:
8 xstrtol
9 inttypes-incomplete
10 strtoimax
12 configure.ac:
14 Makefile.am:
15 lib_SOURCES += xstrtoimax.c
17 Include:
18 "xstrtol.h"
20 License:
21 GPL
23 Maintainer:
24 Paul Eggert