commit 2025-09-05 21:02 edit a bit ZCppMain/ZMainHead.H

This commit is contained in:
2025-09-05 21:02:58 +09:00
parent 8477d1c3b9
commit 049521c7c7
4 changed files with 31 additions and 8 deletions

View File

@ -23,6 +23,7 @@ namespace ZNsMain
ZCStringStd VO_BuffCStr("myBuff");
ZTypInt VI_NowCnt = 0;
auto myt1 = ZftMakeTuple(1);
auto myt2 = ZftMakeTuple(1, 34);
auto myt3 = ZftMakeTuple(1, 34, 'C');
auto myt4 = ZftMakeTuple(1, 34, 'C', ZftMCP(VO_BuffCStr));