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