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