7 * @param s A buffer to write the string in
8 * @param max The max length of the buffer
9 * @param format The markup string
10 * @param song A mpd_Song
12 * printfs a formatted string of a mpd_Song
14 * @returns The length of the new formatted string
17 unsigned int mpd_song_markup(char *s
, unsigned int max
, const char *format
, mpd_Song
* song
);