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
unistr/u{8,16,32}-uctomb: Avoid possible trouble with huge strings.
[gnulib.git]
/
lib
/
xstrtoll.c
blob
db26e87c53da1ad1c8f0830726a5a18a7cf5d914
1
#define __strtol strtoll
2
#define __strtol_t long long int
3
#define __xstrtol xstrtoll
4
#define STRTOL_T_MINIMUM LLONG_MIN
5
#define STRTOL_T_MAXIMUM LLONG_MAX
6
#include
"xstrtol.c"