view lib/uinttostr.c @ 7560:046e511d4faf

Fix compilation error on platforms without 'wint_t' type.
author Bruno Haible <bruno@clisp.org>
date Tue, 24 Oct 2006 20:19:49 +0000
parents 8c6aad2a3515
children 1785ef4dfcdf
line wrap: on
line source

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