summaryrefslogtreecommitdiff
path: root/lib/umaxtostr.c
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-03-31 06:21:11 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-03-31 06:21:11 +0000
commit100a8e01f28671dd2f73a1541b1bbd15c9590947 (patch)
tree12e75a4364e98ecfd037e6cc7c5c738d4a69f000 /lib/umaxtostr.c
parenta8d12f1b53177f6e38e53de9dd48d58a5d41396b (diff)
downloadgnulib-100a8e01f28671dd2f73a1541b1bbd15c9590947.tar.gz
New module inttostr.
Diffstat (limited to 'lib/umaxtostr.c')
-rw-r--r--lib/umaxtostr.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/umaxtostr.c b/lib/umaxtostr.c
new file mode 100644
index 0000000000..4f49a7f8dd
--- /dev/null
+++ b/lib/umaxtostr.c
@@ -0,0 +1,3 @@
+#define inttostr umaxtostr
+#define inttype uintmax_t
+#include "inttostr.c"