libmpd  0.19.0
libmpd-strfsong.h File Reference
#include "libmpd.h"

Go to the source code of this file.

Functions

unsigned int mpd_song_markup (char *s, unsigned int max, const char *format, mpd_Song *song)

Function Documentation

unsigned int mpd_song_markup ( char *  s,
unsigned int  max,
const char *  format,
mpd_Song song 
)
Parameters:
sA buffer to write the string in
maxThe max length of the buffer
formatThe markup string
songA mpd_Song

printfs a formatted string of a mpd_Song

Returns:
The length of the new formatted string