X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fstrtoull;h=97ce1fd850f8067795a2a94f66411266808ce85e;hb=4bff9facc29f63b86905e9a7aa2bf8427b9be35a;hp=ea650b3ce0aa50b4a197a3e81444787d665ea09b;hpb=2e82f91f46dc3f93963b1e4fdcbc441c129df213;p=gnulib.git diff --git a/modules/strtoull b/modules/strtoull index ea650b3ce..97ce1fd85 100644 --- a/modules/strtoull +++ b/modules/strtoull @@ -2,18 +2,26 @@ 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