X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fstrtoull;h=f02e9b0f5300307c54c13ca1731ffc9a42a93470;hb=45a1421304b3f60b91e2ab5fc191573f9d090a40;hp=fc1dd3218be0cc6fda2fe695e1b4e961cf6487d8;hpb=740e9a30efda7c5323b31860c249b2d9f778209c;p=gnulib.git diff --git a/modules/strtoull b/modules/strtoull index fc1dd3218..f02e9b0f5 100644 --- a/modules/strtoull +++ b/modules/strtoull @@ -1,18 +1,27 @@ Description: +strtoull() function: convert string to 'unsigned long long'. Files: lib/strtoull.c -m4/ulonglong.m4 +m4/longlong.m4 m4/strtoull.m4 Depends-on: +stdlib strtoul configure.ac: gl_FUNC_STRTOULL +gl_STDLIB_MODULE_INDICATOR([strtoull]) Makefile.am: Include: +License: +LGPL + +Maintainer: +glibc +