avr-libc-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avr-libc-dev] RE: [avr-gcc-list] Poll: Who uses itoa() & co with ba


From: Bjarne Laursen
Subject: Re: [avr-libc-dev] RE: [avr-gcc-list] Poll: Who uses itoa() & co with base != {2, 8, 10, 16}?
Date: Wed, 23 Nov 2005 08:52:57 +0100
User-agent: Mozilla Thunderbird 0.7.3 (Windows/20040803)

>I vote for something like itoa_fast() and have itoa() keeps its old
features.

Agree, why not also get the radix out of the parameter list and into the function name like:

char * itoa_2(int /value/, char */string/);

char * itoa_16(int /value/, char */string/);

-Bjarne*
*




reply via email to

[Prev in Thread] Current Thread [Next in Thread]