AntiDebug LIB Function Reference

GJ_strncpy
GJ_wcsncpy

 

    Syntx

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

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

    GJ_strncpy is compatible with Run-Time Library function strncpy
    GJ_wcsncpy is compatible with Run-Time Library function wcsncpy.

    The more information please to reference MSDN Library.