# HG changeset patch # User Jim Meyering # Date 998809208 0 # Node ID 2dbecdbe9da5291643e82f4dc45944a41f7a6810 # Parent 5572fbebdad1b87fdc849b511e290a0aca20b925 Stub. Just #define STRTOUXMAX_SIGNED, then #include "strtouxmax.c" diff --git a/lib/strtoimax.c b/lib/strtoimax.c new file mode 100644 --- /dev/null +++ b/lib/strtoimax.c @@ -0,0 +1,2 @@ +#define STRTOUXMAX_SIGNED +#include "strtouxmax.c"