Is that a general problem or just with printf ? Markus
"Henrik Nordström" <[email protected]> wrote in message news:[email protected]...
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
