| AntiDebug LIB Function Reference | |
GJ_strncmp |
Syntx
int GJ_strncmp(
const char *string1, const char *string2, size_t count )
int GJ_wcsncmp( const wchar_t *string1, const wchar_t *string2, size_t count )
GJ_strcnmp is compatible
with Run-Time Library function strncmp.
GJ_wcsncmp is compatible
with Run-Time Library function wcsncmp.
The more information please to reference MSDN Library.