xref: /dflybsd-src/contrib/diffutils/lib/uinttostr.c (revision ccbebcd9aeb9c9d465a3e1204596cc6d0e145278)
1 #define inttostr uinttostr
2 #define inttype unsigned int
3 #define inttype_is_signed 0
4 #include "inttostr.c"
5