format(string, sizeof str, "%s says: %s", name, text);
format(string, sizeof(string), "%s says: %s", name, text);