- did I understand correctly that of the 4 functions (
wcrtomb
,
mbrtowc
,
wcsrtombs
and
mbsrtowcs
),
onlymbrtowc
can leave behind not initial mbstate? - are there any examples of using
wcrtomb
andwcsrtombs
with a non-trivial initial state?
wcrtomb
,mbrtowc
,wcsrtombs
andmbsrtowcs
),mbrtowc
can leave behind not initial mbstate?wcrtomb
and wcsrtombs
with a non-trivial initial state?