X-Git-Url: https://git.cworth.org/git?p=tar;a=blobdiff_plain;f=gnu%2Fuinttostr.c;fp=gnu%2Fuinttostr.c;h=7ccafebbb500d66052d1455313f10601bd8ea33b;hp=0000000000000000000000000000000000000000;hb=22f1eb8bc17e5be72dd23d42d6aaa60196ac22e6;hpb=00fa13ff3f2d5b6e2a94c5e948c38616ff7ad37a diff --git a/gnu/uinttostr.c b/gnu/uinttostr.c new file mode 100644 index 0000000..7ccafeb --- /dev/null +++ b/gnu/uinttostr.c @@ -0,0 +1,6 @@ +/* -*- buffer-read-only: t -*- vi: set ro: */ +/* DO NOT EDIT! GENERATED AUTOMATICALLY! */ +#define inttostr uinttostr +#define inttype unsigned int +#define inttype_is_signed 0 +#include "inttostr.c"