Re: dec2str ...

2015-03-11 Thread Teemu Huovila
On 03/11/2015 03:46 PM, Hardy Flor wrote: > a very stupid question: What reason is there for an output with printf until > dec2str to convert the numeric value to a string > and not to use the format identifier "%d" or "u%"? The length of types such as pid_t or t

dec2str ...

2015-03-11 Thread Hardy Flor
a very stupid question: What reason is there for an output with printf until dec2str to convert the numeric value to a string and not to use the format identifier "%d" or "u%"?