Where is definition of memcpy function located? It is declared in wchar.h where I can find that
/* memcpy and memmove are defined just for use in wmemcpy and wmemmove */
then I find only the wmemcpy_s.c on my computer and there is a definition of wmemcpy_s function there, which uses wmemcpy function which uses memcpy.
Where is the definition of memcpy?
C:\ProgramFiles\MicrosoftVisualStudio10\VC\crt\src\memcpy.c