| AntiDebugLIB Function Reference | |
GJ_memcpy |
void*
GJ_memcpy(void *dest, const void *src, size_t count)
void*
GJ_memcpy_demo(void *dest, const void *src, size_t count)
GJ_memcpy and GJ_memcpy_demo are compatible with Run-Time Library function memcpy .
For more informations about memcpy funcion please refer to MSDN Library.
© Copyright 2009 AntiDebugLIB International Inc. All Rights Reserved
|