commit 2025-08-21 14:12 edit a bit in ZMainHead.H
This commit is contained in:
@ -2447,8 +2447,8 @@ namespace ZNsMain
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
template<typename TTypeCh>
|
template<typename TTypeCh> inline
|
||||||
inline ZTypLength ZftGetLength(const TTypeCh* ApcChar)
|
ZTypLength ZftGetLength(const TTypeCh* ApcChar)
|
||||||
{
|
{
|
||||||
if(ApcChar==0) return 0;
|
if(ApcChar==0) return 0;
|
||||||
|
|
||||||
@ -2456,12 +2456,12 @@ namespace ZNsMain
|
|||||||
|
|
||||||
while(*(ApcChar+VL_Length)!=_T('\0'))
|
while(*(ApcChar+VL_Length)!=_T('\0'))
|
||||||
++VL_Length;
|
++VL_Length;
|
||||||
/////////////////////////////////////
|
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
|
||||||
|
|
||||||
return VL_Length;
|
return VL_Length;
|
||||||
}/*
|
}/*
|
||||||
template<typename TTypeCh>
|
template<typename TTypeCh> inline
|
||||||
inline ZTypLength ZftGetLength(const TTypeCh* ApcChar) */
|
ZTypLength ZftGetLength(const TTypeCh* ApcChar) */
|
||||||
|
|
||||||
|
|
||||||
template<typename TTypeSize, typename TTypeCh>
|
template<typename TTypeSize, typename TTypeCh>
|
||||||
|
Reference in New Issue
Block a user