mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 15:43:00 +00:00
4 lines
99 B
C
4 lines
99 B
C
int _mbsicoll(const unsigned char *dest, const unsigned char *src)
|
|
{
|
|
return stricoll(dest,src);
|
|
}
|