ReactOS
0.4.15-dev-7127-g2dd0c6c
Functions
tcscat.h File Reference
#include <tchar.h>
Include dependency graph for tcscat.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Functions
_TCHAR
*
_tcscat
(
_TCHAR
*
s
,
const
_TCHAR
*
append
)
Function Documentation
◆
_tcscat()
_TCHAR
* _tcscat
(
_TCHAR
*
s
,
const
_TCHAR
*
append
)
Definition at line
8
of file
tcscat.h
.
9
{
10
_TCHAR
* save =
s
;
11
12
for
(; *
s
; ++
s
);
13
14
while
((*
s
++ = *
append
++));
15
16
return
save;
17
}
s
GLdouble s
Definition:
gl.h:2039
_TCHAR
char _TCHAR
Definition:
tchar.h:1392
append
static void append(struct dump_context *dc, const void *data, unsigned size)
Definition:
minidump.c:397
sdk
lib
crt
string
tcscat.h
Generated on Mon Dec 4 2023 06:21:56 for ReactOS by
1.9.6