#include <precomp.h>
#include <mbstring.h>
#include <ctype.h>
Go to the source code of this file.
◆ _mbbtolower()
Definition at line 14 of file mbslwr.c.
15{
19}
int __cdecl _ismbblead(unsigned int)
◆ _mbctolower()
Definition at line 24 of file mbslwr.c.
25{
27}
_Check_return_ _CRTIMP int __cdecl _ismbcupper(_In_ unsigned int _Ch)
Referenced by _mbslwr().
◆ _mbslwr()
Definition at line 32 of file mbslwr.c.
33{
35
37 {
39 }
40
42 {
44 {
47 }
48 else
49 {
52 }
53 }
55}
GLint GLint GLint GLint GLint x
GLint GLint GLint GLint GLint GLint y
unsigned int _mbctolower(unsigned int c)