diff options
Diffstat (limited to 'gnu/uinttostr.c')
-rw-r--r-- | gnu/uinttostr.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gnu/uinttostr.c b/gnu/uinttostr.c new file mode 100644 index 00000000..70458ecc --- /dev/null +++ b/gnu/uinttostr.c @@ -0,0 +1,5 @@ +/* -*- buffer-read-only: t -*- vi: set ro: */ +/* DO NOT EDIT! GENERATED AUTOMATICALLY! */ +#define anytostr uinttostr +#define inttype unsigned int +#include "anytostr.c" |