feat: finish string helper.

- finish Split() in string helper.
- make complement to testbench test code.
This commit is contained in:
2024-05-22 13:42:43 +08:00
parent 9c943705de
commit b8a56efd7c
6 changed files with 63 additions and 42 deletions

View File

@ -2,7 +2,7 @@
#include "YYCCInternal.hpp"
#if YYCC_OS == YYCC_OS_WINDOWS
#include <string>
#include <cstdio>
namespace YYCC::IOHelper {