From 56a64cd30f232800884506d88acd780c431be1a5 Mon Sep 17 00:00:00 2001 From: "Pedro J. Ruiz Lopez" Date: Mon, 12 Feb 2007 23:22:28 +0000 Subject: * upgraded gnulib --- lib/uinttostr.c | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 lib/uinttostr.c (limited to 'lib/uinttostr.c') 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" -- cgit v1.2.3