summaryrefslogtreecommitdiff
path: root/lib/imaxtostr.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-10-19 12:34:03 +0000
committerJim Meyering <jim@meyering.net>2002-10-19 12:34:03 +0000
commit927bbc5cc3feebfd7e40762aa405f8017ba5c557 (patch)
treea9dd8602a16d12b3782fbf0f66b4be270661576b /lib/imaxtostr.c
parent8d30090e2ea3fba219fd18d7541e58870b13dfbc (diff)
downloadcoreutils-927bbc5cc3feebfd7e40762aa405f8017ba5c557.tar.xz
New files. From GNU tar.
Diffstat (limited to 'lib/imaxtostr.c')
-rw-r--r--lib/imaxtostr.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/imaxtostr.c b/lib/imaxtostr.c
new file mode 100644
index 000000000..5e87ad526
--- /dev/null
+++ b/lib/imaxtostr.c
@@ -0,0 +1,3 @@
+#define inttostr imaxtostr
+#define inttype intmax_t
+#include "inttostr.c"