| AntiDebugLIB Function Reference | |
GJ_strcat |
char*
GJ_strcat( char *strDestination, const char *strSource )
char*
GJ_strcat_demo( char *strDestination, const char *strSource )
wchar_t* GJ_wcscat( wchar_t *strDestination, const wchar_t *strSource )
GJ_strcat and GJ_strcat_demo are compatible
with Run-Time Library function strcat.
GJ_wcscat is compatible
with Run-Time Library function wcscat.
For more informations please refer to MSDN Library.
© Copyright 2009 AntiDebugLIB International Inc. All Rights Reserved
|