X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fxstrtoumax;h=0d8ad36f646cc708f7f84d1087a4e5899a838a29;hb=644c40496cf7d5a705a73c9dd32b035fcecc2ab1;hp=a615aba48631682be1784a985f8fb7cead4cdf0c;hpb=740e9a30efda7c5323b31860c249b2d9f778209c;p=gnulib.git diff --git a/modules/xstrtoumax b/modules/xstrtoumax index a615aba48..0d8ad36f6 100644 --- a/modules/xstrtoumax +++ b/modules/xstrtoumax @@ -1,15 +1,14 @@ Description: +Convert string to 'uintmax_t', with error checking. Files: lib/xstrtoumax.c -m4/xstrtoumax.m4 Depends-on: xstrtol strtoumax configure.ac: -jm_XSTRTOUMAX Makefile.am: lib_SOURCES += xstrtoumax.c @@ -17,3 +16,8 @@ lib_SOURCES += xstrtoumax.c Include: "xstrtol.h" +License: +GPL + +Maintainer: +Paul Eggert