AntiDebugLIB Function Reference
Http://www.antidebuglib.com

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.

   For more informations please refer to MSDN Library.

 

 

© Copyright 2009 AntiDebugLIB International Inc. All Rights Reserved