| AntiDebugLIB Function Reference | |
GJ_strcpy |
char*
GJ_strcpy( char *strDestination, const char *strSource )
char*
GJ_strcpy_demo( char *strDestination, const char *strSource )
wchar_t* GJ_wcscpy( wchar_t *strDestination, const wchar_t *strSource )
GJ_strcpy and GJ_strcpy_demo are compatible
with Run-Time Library function strcpy .
GJ_wcscpy is compatible
with Run-Time Library function wcscpy.
For more informations please refer to MSDN Library.
© Copyright 2009 AntiDebugLIB International Inc. All Rights Reserved
|