summaryrefslogtreecommitdiff
path: root/lib/umaxtostr.c
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2008-07-10 00:52:03 +0000
committerPeter Wemm <peter@FreeBSD.org>2008-07-10 00:52:03 +0000
commit5715c7fb3cb3a3cbe3e156e13dee4e864943a72d (patch)
treea79e414d0b5fe7d2b7a8f6b24f1a1d7ed3edbb20 /lib/umaxtostr.c
parentbb7e869618a549ab9bde54c3a2cfa3a7fd96a28b (diff)
Notes
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 0000000000000..4f49a7f8ddd94
--- /dev/null
+++ b/lib/umaxtostr.c
@@ -0,0 +1,3 @@
+#define inttostr umaxtostr
+#define inttype uintmax_t
+#include "inttostr.c"