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
findprog-in: Relicense under LGPLv2+.
[gnulib.git]
/
lib
/
xstrtoimax.c
blob
b4baf5bc60a1395b12c17821d2fcfa8af221f408
1
#define __strtol strtoimax
2
#define __strtol_t intmax_t
3
#define __xstrtol xstrtoimax
4
#define STRTOL_T_MINIMUM INTMAX_MIN
5
#define STRTOL_T_MAXIMUM INTMAX_MAX
6
#include
"xstrtol.c"