mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-20 11:01:20 +03:00
* modules/strtoimax, modules/strtoumax: Depend on inttypes. * lib/inttypes.h: New file. * lib/strtoimax.c: Assume <inttypes.h>. * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next: New files.
30 lines
308 B
Plaintext
30 lines
308 B
Plaintext
Description:
|
|
strtoumax() function: convert string to 'uintmax_t'.
|
|
|
|
Files:
|
|
lib/strtoumax.c
|
|
m4/ulonglong.m4
|
|
m4/stdint_h.m4
|
|
m4/inttypes_h.m4
|
|
m4/uintmax_t.m4
|
|
m4/strtoumax.m4
|
|
|
|
Depends-on:
|
|
strtoimax
|
|
strtoull
|
|
inttypes
|
|
|
|
configure.ac:
|
|
gl_FUNC_STRTOUMAX
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Paul Eggert
|
|
|