ReactOS
0.4.16-dev-1983-g1a17364
towupper_nt.c
Go to the documentation of this file.
1
/*
2
* PROJECT: ReactOS NT CRT library
3
* LICENSE: MIT (https://spdx.org/licenses/MIT)
4
* PURPOSE: Implementation of towupper
5
* COPYRIGHT: Copyright 2025 Timo Kreuzer <timo.kreuzer@reactos.org>
6
*/
7
8
#define WIN32_NO_STATUS
9
#include <
windef.h
>
10
#include <
ndk/rtlfuncs.h
>
11
12
_Check_return_
13
_CRTIMP
14
wint_t
15
__cdecl
16
towupper
(
17
_In_
wint_t
_C)
18
{
19
return
RtlUpcaseUnicodeChar
((
WCHAR
)_C);
20
}
wint_t
int wint_t
Definition:
_apple.h:38
__cdecl
#define __cdecl
Definition:
accygwin.h:79
rtlfuncs.h
RtlUpcaseUnicodeChar
WCHAR NTAPI RtlUpcaseUnicodeChar(_In_ WCHAR Source)
Definition:
nlsboot.c:176
_Check_return_
#define _Check_return_
Definition:
no_sal2.h:60
_In_
#define _In_
Definition:
no_sal2.h:158
towupper
#define towupper(c)
Definition:
wctype.h:99
_CRTIMP
#define _CRTIMP
Definition:
vcruntime.h:54
windef.h
WCHAR
__wchar_t WCHAR
Definition:
xmlstorage.h:180
sdk
lib
crt
string
towupper_nt.c
Generated on Sat Dec 13 2025 06:16:26 for ReactOS by
1.9.6