_strupr (NTDLL.@)
LPSTR _strupr ( LPSTR str )
Convert a string to upper case.
str | [In/Out] | String to convert. |
str. There is no error return, if str is NULL or invalid, this function will crash.
Declared in "include/windowsx.h". gitlab.winehq.org/wine/wine/blob/master/include/windowsx.h
Implemented in "dlls/ntdll/string.c". gitlab.winehq.org/wine/wine/blob/master/dlls/ntdll/string.c
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.