Talk:Mbstowcs

From RAD Studio
Jump to: navigation, search

The example needs the following fixes:

In the lines with the printfs of mbst and pwc you need to change it to *mbst and *pwc.


Thanks, Lee, for the correction. Here is the line of code:

 x = wcstombs (*mbst, *pwst, MB_CUR_MAX);


-- Kris Houser 7/9/09