commit 2025-10-09 21:53 add ZtCBoolStr : ZCppMain/ZMainHead.H

This commit is contained in:
2025-10-09 21:54:07 +09:00
parent f5957100ea
commit 860d383da6
5 changed files with 359 additions and 61 deletions

View File

@ -194,13 +194,14 @@ namespace ZNsMain
{
public:
typedef TTypeChar TypeChar ;
typedef TTypeLength TypeLength; // signed 형이어야 한다.
public:
typedef TTypeLength TypeLength;
/*++++++++++++++++++++++++++++++++++++++++++++++++++++*/
typedef const TypeChar TypeCharC ;
typedef const TypeChar* TypeCharCP;
public:
typedef ZNsMain::ZtCChars<TTypeChar, TTypeLength> ZCChars;
public:
/*++++++++++++++++++++++++++++++++++++++++++++++++++++*/
typedef ZNsMain::ZtCChars
<TTypeChar, TTypeLength> ZCChars;
/*++++++++++++++++++++++++++++++++++++++++++++++++++++*/
static TypeChar GetCharOfAnsi(char AC_AnsiChar)
{