int main(void)
{
printf("%d\n", strcmp("Hello", "HeIIo"));
return 0;
}
Name:
Anonymous2007-10-18 22:51
why doesn't trolls try harder?
Name:
Anonymous2007-10-18 23:27
>>1
Maybe your standard library has a bug. They're definitely the same string. I even copied it into my MS Word (I always code in Word XD) to check it with a different font (Arial).
Name:
Anonymous2007-10-19 0:45
ask strerror()
Name:
Anonymous2007-10-19 1:24
use strncmp() moron, this function to the C functions that must be avoided.