vma-iter: Add support for Android.
[gnulib.git] / lib / xstrtoll.c
blobdb26e87c53da1ad1c8f0830726a5a18a7cf5d914
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"