]> git.cworth.org Git - tar/blobdiff - gnu/imaxtostr.c
Imported Upstream version 1.23
[tar] / gnu / imaxtostr.c
diff --git a/gnu/imaxtostr.c b/gnu/imaxtostr.c
new file mode 100644 (file)
index 0000000..af7316d
--- /dev/null
@@ -0,0 +1,6 @@
+/* -*- buffer-read-only: t -*- vi: set ro: */
+/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
+#define inttostr imaxtostr
+#define inttype intmax_t
+#define inttype_is_signed 1
+#include "inttostr.c"