inttostr: add a new function, inttostr, and tests
[pspp] / lib / uinttostr.c
index 52d288e44e3e07ea497f291c19eb76c79245e92f..21fa3761a90fd1223cd3350d1b20d920ab532e32 100644 (file)
@@ -1,3 +1,4 @@
-#define inttostr uinttostr
+#define anytostr uinttostr
 #define inttype unsigned int
-#include "inttostr.c"
+#define inttype_is_signed 0
+#include "anytostr.c"