commit 2025-10-08 09:48 add ZtCCharInt in ZCppMain/ZMainHead.H

This commit is contained in:
2025-10-08 09:48:42 +09:00
parent 6a5b24e62c
commit ff8b9667d9
3 changed files with 132 additions and 36 deletions

View File

@ -423,7 +423,7 @@ namespace ZNsMain
static ZCChars& Trim(ZCChars& ARR_CChars)
{
ZtCMainChars::Trim(ARR_CChars.data(), RR(ARR_CChars.ml_TypeLength)); return ARR_CChars;
ZtCMainChars::Trim(ARR_CChars.data(), RR(ARR_CChars.ml_TypeSize)); return ARR_CChars;
}/*
static ZCChars& Trim(ZCChars& ARR_CChars)*/
@ -623,7 +623,7 @@ namespace ZNsMain
for(TypeLength i=0; i<VI_CompareCnt; ++i)
{
if(*(--VPC_OrginStart)!=*(--VPC_SearchStart)) return false;
if(*(--VPC_OrginStart) != *(--VPC_SearchStart)) return false;
}/*
for(TypeLength i=0; i<VI_CompareCnt; ++i)*/