#include <precomp.h>
#include <mbstring.h>
#include <ctype.h>
Go to the source code of this file.
◆ _mbbtoupper()
◆ _mbctoupper()
Definition at line 26 of file mbsupr.c.
27{
29}
_Check_return_ _CRTIMP int __cdecl _ismbclower(_In_ unsigned int _Ch)
◆ _mbset()
Definition at line 31 of file mbsupr.c.
32{
33 unsigned char *save =
string;
34
36
38 *string++ = '\0';
39 *string++ = '\0';
40 }
41 else {
44 }
45
46 }
47 else {
48
50
51 }
52
53 return save;
54}
Referenced by _mbsncat(), and _mbsupr().
◆ _mbsupr()
Definition at line 59 of file mbsupr.c.
60{
62 unsigned char *save =
string;
63
65
68
70
72
73 }
74
75 return save;
76}
_Check_return_ _CRTIMP unsigned int __cdecl _mbsnextc(_In_z_ const unsigned char *_Str)
_Check_return_ _CRTIMP unsigned char *__cdecl _mbsinc(_In_z_ const unsigned char *_Ptr)
unsigned char * _mbset(unsigned char *string, int c)