string: add snprintf

Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
2025-01-13 09:54:50 +01:00
parent db413bb5ce
commit a7543cf9ab
6 changed files with 73 additions and 5 deletions

View File

@@ -109,6 +109,7 @@ namespace UnitTests
public:
TEST_METHOD(strncpy);
TEST_METHOD(sprintf);
TEST_METHOD(snprintf);
};
TEST_CLASS(unicode)