diff options
author | Lorry Tar Creator <lorry-tar-importer@lorry> | 2016-08-21 05:23:24 +0000 |
---|---|---|
committer | Lorry Tar Creator <lorry-tar-importer@lorry> | 2016-08-21 05:23:24 +0000 |
commit | a3ec215973c3653ebdeb81dcdd1274519c376a3d (patch) | |
tree | dc0edc2133786db0565f19d51c4a9957dd69e2ac /lib/umaxtostr.c | |
download | diffutils-tarball-master.tar.gz |
diffutils-3.5HEADdiffutils-3.5master
Diffstat (limited to 'lib/umaxtostr.c')
-rw-r--r-- | lib/umaxtostr.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/umaxtostr.c b/lib/umaxtostr.c new file mode 100644 index 0000000..f95bfc3 --- /dev/null +++ b/lib/umaxtostr.c @@ -0,0 +1,3 @@ +#define anytostr umaxtostr +#define inttype uintmax_t +#include "anytostr.c" |