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
17 _In_ wint_t _C)
18{
19 return RtlUpcaseUnicodeChar((WCHAR)_C);
20}
int wint_t
Definition: _apple.h:38
#define __cdecl
Definition: accygwin.h:79
WCHAR NTAPI RtlUpcaseUnicodeChar(_In_ WCHAR Source)
Definition: nlsboot.c:176
#define _Check_return_
Definition: no_sal2.h:60
#define _In_
Definition: no_sal2.h:158
#define towupper(c)
Definition: wctype.h:99
#define _CRTIMP
Definition: vcruntime.h:54
__wchar_t WCHAR
Definition: xmlstorage.h:180