Is there an equivalent of wcstombs somewhere in the masm package?
wcstombs() convert wide character string to multibyte string.
See: MultiByteToWideChar and WideCharToMultiByte
(they come from kernel32 :wink)
I wasn't sure if it was the exact same thing, thanks :P
I don't know if it is either :bdg
But I'm guessing so -- I just searched quickly to find what wcstombs was. As long as you get the correct option, I think it will give the same result.