view lib/umaxtostr.c @ 11562:d0742bd1f0f8

argp: avoid undefined behavior * lib/argp-fmtstream.c (weak_alias): Pass correct types to ctype macros. Signed-off-by: Eric Blake <ebb9@byu.net>
author Eric Blake <ebb9@byu.net>
date Mon, 11 May 2009 05:54:20 -0600
parents 1ade121b7fb9
children 1785ef4dfcdf
line wrap: on
line source

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