From a3ec215973c3653ebdeb81dcdd1274519c376a3d Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Sun, 21 Aug 2016 05:23:24 +0000 Subject: diffutils-3.5 --- 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..48fd98f --- /dev/null +++ b/lib/uinttostr.c @@ -0,0 +1,3 @@ +#define anytostr uinttostr +#define inttype unsigned int +#include "anytostr.c" -- cgit v1.2.1