da_mpg123_add_substring

Append a C-substring to an mpg123 string \param sb string handle \param stuff content to copy \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_add_substring = int function(
,
const char* stuff
,
size_t from
,
size_t count
)

Meta