search for: copyinwstr

Displaying 1 result from an estimated 1 matches for "copyinwstr".

Did you mean: copyinstr
2008 Jan 04
0
How do I print wide char string arguments!
...quot;Argument of %s is %s\n",probefunc,copyinstr(arg0)); } but it just prints the first char of the string "A" I''m aware of the %ls and %ws format options in printf() but for the life of me I''m unable to typecast copyin() into a whcar_t[] So help! I think I need a copyinwstr() or wstringof() equiv! Thanks Angelo