xref: /dflybsd-src/contrib/diffutils/lib/imaxtostr.c (revision e1489450c38a053dad66768fc12706aa2968f646)
1 #define inttostr imaxtostr
2 #define inttype intmax_t
3 #define inttype_is_signed 1
4 #include "inttostr.c"
5