_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.
Defined in "tchar.h".
Implemented in "dlls/ntdll/string.c". source.winehq.org/source/dlls/ntdll/string.c
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2008.