X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fxstrtol;h=4b0eb1a941cb86e57426e1e35b6f64b8d7422dde;hb=662b57714883452d67b79b486d53273febcf5d8a;hp=6e2ccd249ed5d1060bdb6fa8e66fc41f6e2450d7;hpb=740e9a30efda7c5323b31860c249b2d9f778209c;p=gnulib.git diff --git a/modules/xstrtol b/modules/xstrtol index 6e2ccd249..4b0eb1a94 100644 --- a/modules/xstrtol +++ b/modules/xstrtol @@ -1,6 +1,8 @@ Description: +Convert string to 'long` or 'unsigned long', with error checking. Files: +lib/intprops.h lib/xstrtol.h lib/xstrtol.c lib/xstrtoul.c @@ -13,13 +15,19 @@ m4/intmax_t.m4 m4/xstrtol.m4 Depends-on: +exitfail +error configure.ac: gl_XSTRTOL Makefile.am: -lib_SOURCES += xstrtol.h xstrtol.c xstrtoul.c Include: "xstrtol.h" +License: +GPL + +Maintainer: +Jim Meyering