X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fxstrtoll.c;fp=lib%2Fxstrtoll.c;h=344e5a4b7c26d92e62cb99bc8d68df8190a9dd8a;hb=99b7042563670fc4e315685f771d1708909ea3ec;hp=0000000000000000000000000000000000000000;hpb=0d92ff0717ae44fc7098f1f00aec634e5e79f2e9;p=gnulib.git diff --git a/lib/xstrtoll.c b/lib/xstrtoll.c new file mode 100644 index 000000000..344e5a4b7 --- /dev/null +++ b/lib/xstrtoll.c @@ -0,0 +1,6 @@ +#define __strtol strtoll +#define __strtol_t long long int +#define __xstrtol xstrtoll +#define STRTOL_T_MINIMUM LONG_LONG_MIN +#define STRTOL_T_MAXIMUM LONG_LONG_MAX +#include "xstrtol.c"