Re: OT - Re: Convert output from MD5 to printable ascii
Ben Pfaff wrote:
It seems to do as you say. Why that requirement?
Ben Pfaff wrote:
"santosh" <santosh.k83@gm ail.comwrites:
>
>
I hope it does that only when the format string ends in a
new-line character.
>
Interestingly, over here, (gcc 4.0.3 on an i686 Linux), gcc will emit
a call to puts for the corresponding printf invocation when the first
argument contains no format specifiers. This is done even when
optimisations are disabled.
a call to puts for the corresponding printf invocation when the first
argument contains no format specifiers. This is done even when
optimisations are disabled.
I hope it does that only when the format string ends in a
new-line character.
Comment