feat(string): add null-terminated byte string handling functions and the corresponding testing

This commit is contained in:
2024-09-20 22:53:15 +08:00
parent 5210db43b3
commit d137170ccb
5 changed files with 648 additions and 34 deletions

View File

@ -10,6 +10,7 @@ NAMESPACE_BEGIN(Testing)
REDCRAFTUTILITY_API void TestString();
REDCRAFTUTILITY_API void TestChar();
REDCRAFTUTILITY_API void TestCString();
NAMESPACE_END(Testing)