ReactOS 0.4.15-dev-8039-g69ebfd6
tcscpy.h
Go to the documentation of this file.
1
2#include <tchar.h>
3
4#ifdef _MSC_VER
5#pragma function(_tcscpy)
6#endif /* _MSC_VER */
7
8_TCHAR * _tcscpy(_TCHAR * to, const _TCHAR * from)
9{
10 _TCHAR *save = to;
11
12 for (; (*to = *from); ++from, ++to);
13
14 return save;
15}
#define _tcscpy
Definition: tchar.h:623
char _TCHAR
Definition: tchar.h:1392
CardRegion * from
Definition: spigame.cpp:19