Following is my code where I've to make conversion
NSString *str = @"\path\abcd\" ;
cont wchar_t * path = str;
Can I achieve this using mbsrtowcs?
Following is my code where I've to make conversion
NSString *str = @"\path\abcd\" ;
cont wchar_t * path = str;
Can I achieve this using mbsrtowcs?