view lib/umaxtostr.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 1ade121b7fb9
children 1785ef4dfcdf
line wrap: on
line source

#define inttostr umaxtostr
#define inttype uintmax_t
#include "inttostr.c"