AntiDebug LIB Function Reference

GJ_strncat
GJ_wcsncat

 

Syntx

        char* GJ_strncat( char *strDest, const char *strSource, size_t count )

        wchar_t* GJ_wcsncat( wchar_t *strDest, const wchar_t *strSource, size_t count )

    GJ_strncat is compatible with Run-Time Library function strncat
    GJ_wcsncat is compatible with Run-Time Library function wcsncat.

    The more information please to reference MSDN Library.