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