diff options
author | Junfeng Dong <junfeng.dong@intel.com> | 2012-06-05 17:27:50 +0800 |
---|---|---|
committer | Junfeng Dong <junfeng.dong@intel.com> | 2012-06-05 17:27:50 +0800 |
commit | b5e47a5b56f360f78f0e086ca4af3159dcb28e27 (patch) | |
tree | 7df6f7ef0ec82bdabd93c5bee5f1e2e78ba36582 /lib/imaxtostr.c | |
parent | 94865d2997df82fb40f0092682e090614dd98b7f (diff) | |
download | diffutils-2.0alpha.tar.gz diffutils-2.0alpha.tar.bz2 diffutils-2.0alpha.zip |
Diffstat (limited to 'lib/imaxtostr.c')
-rw-r--r-- | lib/imaxtostr.c | 4 |
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" |