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