This commit is contained in:
etrushko05
2025-10-18 06:05:03 -04:00
parent 5f66cc8eea
commit 93f4d98839
3 changed files with 72 additions and 14 deletions

1
str.h
View File

@@ -60,3 +60,4 @@ str str_sub(str *s, int start_idx, int length);
//В результате в строке &s должна получиться строка "test bar baz test",
//функция должна вернуть 2
int str_replace(str *s, char *substr, char *replacement);