aboutsummaryrefslogtreecommitdiff
path: root/lib/umaxtostr.c
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2010-04-21 17:53:10 +0000
committerXin LI <delphij@FreeBSD.org>2010-04-21 17:53:10 +0000
commit7915ffb8ffcf218eff92927a23893dc8aa01830c (patch)
treeacadf0d2eca47daa7a656cf8954ad9cef849f7a1 /lib/umaxtostr.c
parentda2802fe8cbc451108a53a7267173a7c5d1b3df1 (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 000000000000..4f49a7f8ddd9
--- /dev/null
+++ b/lib/umaxtostr.c
@@ -0,0 +1,3 @@
+#define inttostr umaxtostr
+#define inttype uintmax_t
+#include "inttostr.c"