da_mpg123_set_substring

Set the content of a mpg123_string to a C-substring \param sb string handle \param stuff the future content \param from offset to copy from \param count number of characters to copy (a null-byte is always appended) \return 0 on error, 1 on success

alias da_mpg123_set_substring = int function(
,
const char* stuff
,
size_t from
,
size_t count
)

Meta