refactor: improve string methods

This commit is contained in:
2025-09-05 21:15:27 +02:00
parent 487afb5d6a
commit be154db6cf
10 changed files with 122 additions and 20 deletions

View File

@@ -6,7 +6,7 @@ project(
)
string = files(
'examples/string/str1.c',
'examples/string/str2.c',
'string/mystring.c',
)