Philipp Marek <[EMAIL PROTECTED]> writes:
> On Thursday 14 September 2006 14:49 Eric Blake wrote:
>> Gnulib provides umaxtostr.c, which is a convenient way of printing any
>> integer of unknown width:
>>
>> char buf[INT_BUFSIZE_BOUND (uintmax_t)];
>> sprintf("%s %s", umaxtostr(ino, buf), name);
> But then I'd need a few of these buffers in a sprintf() call with 15
> arguments, and if umaxtostr() is not available on solaris etc. I can't use
> it ...
If you use Gnulib, then umaxtostr will be available everywhere.
--
"Writing is easy.
All you do is sit in front of a typewriter and open a vein."
--Walter Smith
_______________________________________________
Autoconf mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/autoconf