I have a function that accepts a string, that is:
void log_out(char *);
In calling it, I need to create a formatted string on the fly like:
Don't use sprintf. It will overflow your String-Buffer and crash your Program. Always use snprintf