| AntiDebugLIB Function Reference | |
GJ_strncat
|
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.
For more informations please refer to MSDN Library..
© Copyright 2009 AntiDebugLIB International Inc. All Rights Reserved
|