From 5e2d8d624da4305197cce508b3bf271fd41c430a Mon Sep 17 00:00:00 2001 From: Claudio Fontana Date: Sun, 11 Dec 2005 13:22:29 +0000 Subject: * added inttostr module from gnulib, used in src/mkid.c to print an off_t portably using offtostr() --- lib/imaxtostr.c | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 lib/imaxtostr.c (limited to 'lib/imaxtostr.c') diff --git a/lib/imaxtostr.c b/lib/imaxtostr.c new file mode 100644 index 0000000..5e87ad5 --- /dev/null +++ b/lib/imaxtostr.c @@ -0,0 +1,3 @@ +#define inttostr imaxtostr +#define inttype intmax_t +#include "inttostr.c" -- cgit v1.2.3