mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
26 lines
250 B
Plaintext
26 lines
250 B
Plaintext
Description:
|
|
strtoull() function: convert string to 'unsigned long long'.
|
|
|
|
Files:
|
|
lib/strtoull.c
|
|
m4/longlong.m4
|
|
m4/strtoull.m4
|
|
|
|
Depends-on:
|
|
strtoul
|
|
|
|
configure.ac:
|
|
gl_FUNC_STRTOULL
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
<stdlib.h>
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
glibc
|
|
|