ReactOS 0.4.15-dev-8002-gbbb3b00
tcscpy.h File Reference
#include <tchar.h>
Include dependency graph for tcscpy.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

_TCHAR_tcscpy (_TCHAR *to, const _TCHAR *from)
 

Function Documentation

◆ _tcscpy()

_TCHAR * _tcscpy ( _TCHAR to,
const _TCHAR from 
)

Definition at line 8 of file tcscpy.h.

9{
10 _TCHAR *save = to;
11
12 for (; (*to = *from); ++from, ++to);
13
14 return save;
15}
char _TCHAR
Definition: tchar.h:1392
CardRegion * from
Definition: spigame.cpp:19