does MBED have a sprintf command?

17 Mar 2010

I am trying to format some data. I usually use the  sprintf  command. Does MBED have a sprintf  command?

17 Mar 2010

Yes, it has.

I’ve used it.

17 Mar 2010

BTW the correct term is "function" (since we're talking about a C++ program, not a shell script).

17 Mar 2010

Thanks. I had forgot to include a #include <stdio.h>

17 Mar 2010

Do you really need the stdio.h ? Mine works without this line. All you need is the mbed.h

17 Mar 2010

your right. I accidently deleted it.