Mercurial > hg > octave-kai > gnulib-hg
view lib/umaxtostr.c @ 13821:1cf23bf4f6e4
inttostr: revert most-recent change
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Fri, 22 Oct 2010 12:42:17 -0700 |
parents | f44f7159cdc4 |
children | d5c7df915328 |
line wrap: on
line source
#define anytostr umaxtostr #define inttype uintmax_t #define inttype_is_signed 0 #include "anytostr.c"