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