ReactOS
0.4.15-dev-7093-g01a8288
tcslen.h
Go to the documentation of this file.
1
2
#include <stddef.h>
3
#include <tchar.h>
4
5
#ifdef _MSC_VER
6
#pragma function(_tcslen)
7
#endif
/* _MSC_VER */
8
9
size_t
__cdecl
_tcslen
(
const
_TCHAR
*
str
)
10
{
11
const
_TCHAR
*
s
;
12
13
if
(
str
== 0)
return
0;
14
15
for
(
s
=
str
; *
s
; ++
s
);
16
17
return
s
-
str
;
18
}
19
20
/* EOF */
__cdecl
#define __cdecl
Definition:
accygwin.h:79
s
GLdouble s
Definition:
gl.h:2039
_TCHAR
char _TCHAR
Definition:
tchar.h:1392
str
const WCHAR * str
Definition:
rpc_transport.c:2724
_tcslen
#define _tcslen
Definition:
xmlstorage.h:198
sdk
lib
crt
string
tcslen.h
Generated on Thu Nov 30 2023 06:12:40 for ReactOS by
1.9.6