sön 2012-08-26 klockan 19:28 +0100 skrev Markus Moeller:
> Why can't I use the function multiple times in a printf line ?

because it uses a static return buffer, you need to copy the resulting
string  somewhere before making the next call.

Regards
Henrik

Reply via email to