summaryrefslogtreecommitdiff
path: root/lib/imaxtostr.c
diff options
context:
space:
mode:
authorJunfeng Dong <junfeng.dong@intel.com>2012-06-05 17:27:50 +0800
committerJunfeng Dong <junfeng.dong@intel.com>2012-06-05 17:27:50 +0800
commitb5e47a5b56f360f78f0e086ca4af3159dcb28e27 (patch)
tree7df6f7ef0ec82bdabd93c5bee5f1e2e78ba36582 /lib/imaxtostr.c
parent94865d2997df82fb40f0092682e090614dd98b7f (diff)
downloaddiffutils-2.0alpha.tar.gz
diffutils-2.0alpha.tar.bz2
diffutils-2.0alpha.zip
Upload missing source files.HEAD2.0_alphamaster2.0alpha1.0_post
Diffstat (limited to 'lib/imaxtostr.c')
-rw-r--r--lib/imaxtostr.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/imaxtostr.c b/lib/imaxtostr.c
new file mode 100644
index 0000000..34ef96c
--- /dev/null
+++ b/lib/imaxtostr.c
@@ -0,0 +1,4 @@
+#define inttostr imaxtostr
+#define inttype intmax_t
+#define inttype_is_signed 1
+#include "inttostr.c"