summaryrefslogtreecommitdiffstats
path: root/lib/uinttostr.c
diff options
context:
space:
mode:
authorPedro J. Ruiz Lopez <holzplatten@es.gnu.org>2007-02-12 23:22:28 +0000
committerPedro J. Ruiz Lopez <holzplatten@es.gnu.org>2007-02-12 23:22:28 +0000
commit56a64cd30f232800884506d88acd780c431be1a5 (patch)
tree6b0b832da800a1c6b9e8d997d5200325a83bfce1 /lib/uinttostr.c
parent99bd129f7480dc0ef37ec315f38ea20a0afd40fb (diff)
downloadidutils-56a64cd30f232800884506d88acd780c431be1a5.tar.gz
idutils-56a64cd30f232800884506d88acd780c431be1a5.tar.bz2
idutils-56a64cd30f232800884506d88acd780c431be1a5.zip
* upgraded gnulib
Diffstat (limited to 'lib/uinttostr.c')
-rw-r--r--lib/uinttostr.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/uinttostr.c b/lib/uinttostr.c
new file mode 100644
index 0000000..52d288e
--- /dev/null
+++ b/lib/uinttostr.c
@@ -0,0 +1,3 @@
+#define inttostr uinttostr
+#define inttype unsigned int
+#include "inttostr.c"