view lib/uinttostr.c @ 10375:f96e845fc36d

Avoid some "gcc -pedantic" warnings.
author Bruno Haible <bruno@clisp.org>
date Sat, 30 Aug 2008 03:09:15 +0200
parents 8c6aad2a3515
children 1785ef4dfcdf
line wrap: on
line source

#define inttostr uinttostr
#define inttype unsigned int
#include "inttostr.c"