#include <mbstring.h>
#include <string.h>
#include <precomp.h>
Go to the source code of this file.
◆ _mbscmp()
Definition at line 8 of file mbscmp.c.
9{
12
13 return strcmp((
const char*)str1, (
char*)str2);
14}
int strcmp(const char *String1, const char *String2)
#define MSVCRT_CHECK_PMT(x)