repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
vasnprintf: Don't use %n on modern, ISO C 99 compliant platforms.
[gnulib.git]
/
lib
/
xstrtoumax.c
blob
9a2349f00d36e1e6aa72b45ea8cf54c76de6924c
1
#define __strtol strtoumax
2
#define __strtol_t uintmax_t
3
#define __xstrtol xstrtoumax
4
#define STRTOL_T_MINIMUM 0
5
#define STRTOL_T_MAXIMUM UINTMAX_MAX
6
#include
"xstrtol.c"