mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-09-11 11:50:52 +03:00
* modules/inttypes-h-incomplete: Renamed from modules/inttypes-incomplete. * modules/* (Depends-on): Update. * modules/inttypes-incomplete: New file.
25 lines
261 B
Plaintext
25 lines
261 B
Plaintext
Description:
|
|
Convert string to 'uintmax_t', with error checking.
|
|
|
|
Files:
|
|
lib/xstrtoumax.c
|
|
|
|
Depends-on:
|
|
xstrtol
|
|
inttypes-h-incomplete
|
|
strtoumax
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += xstrtoumax.c
|
|
|
|
Include:
|
|
"xstrtol.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Paul Eggert
|