ReactOS
0.4.15-dev-7076-gc00d41d
Functions
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
}
_TCHAR
char _TCHAR
Definition:
tchar.h:1392
from
CardRegion * from
Definition:
spigame.cpp:19
sdk
lib
crt
string
tcscpy.h
Generated on Mon Nov 27 2023 06:21:48 for ReactOS by
1.9.6