unistr/u8-chr, unistr/u8-strchr: Optimize and add comments.
[pspp] / lib / umaxtostr.c
index 75346a44f78876691c4ccf34fb3496cc3e7a7937..7fd995084e76157d6cd60dae4dc0cbb3e4e7f7d9 100644 (file)
@@ -1,4 +1,4 @@
-#define inttostr umaxtostr
+#define anytostr umaxtostr
 #define inttype uintmax_t
-#define inttype_is_unsigned
-#include "inttostr.c"
+#define inttype_is_signed 0
+#include "anytostr.c"