9 lines
98 B
C
9 lines
98 B
C
#include <stdlib.h>
|
|
|
|
void main()
|
|
{
|
|
wchar_t wcs[12];
|
|
|
|
_atouni( wcs, "Hello world" );
|
|
}
|