AntiDebug LIB Function Reference

GJ_strcmp
GJ_wcscmp

 

Syntx

        int GJ_strcmp( const char *string1, const char *string2 )

        int GJ_wcscmp( const wchar_t *string1, const wchar_t *string2 )

    GJ_strcmp is compatible with Run-Time Library function strcmp
    GJ_wcscmp is compatible with Run-Time Library function wcscmp.

    The more information please to reference MSDN Library.