Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
Hi there, I'd like to implement a function like so:
All of the examples of doing this require something like vprintf, which can take a va_list object.
How could I implement such a function in mbed without rewriting printf?