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