j
k
j a
j l
Piotr Caban (@piotr) commented about dlls/msvcrt/string.c:
c2 -= 'A' - 'a'; }while(--count && c1 && c1==c2); return c1-c2; return (unsigned char)c1 - (unsigned char)c2;
c2 -= 'A' - 'a'; }while(--count && c1 && c1==c2);
return c1-c2;
return (unsigned char)c1 - (unsigned char)c2;
Please change commit message - this is C locale code path.
Back to the thread
Back to the list