Hi,
i am stuck in a project with this problem.
i have string with i am printing on console with
printf("%ls",str);
i also want to compare with another string using strcmp which is not happening.
if i give on %s instead of %ls its returning a character to the console
what the problem with %ls
so what is %ls i am wondering
i am stuck in a project with this problem.
i have string with i am printing on console with
printf("%ls",str);
i also want to compare with another string using strcmp which is not happening.
if i give on %s instead of %ls its returning a character to the console
what the problem with %ls
so what is %ls i am wondering