chore: reduce debt for args

This commit is contained in:
2025-11-10 16:05:15 +01:00
parent 4405203459
commit 1c737f4ac6
3 changed files with 10 additions and 10 deletions
+3 -3
View File
@@ -5,9 +5,9 @@
unsigned int string_trim(char *str);
bool string_is_number(char *value);
bool string_is_number(const char *value);
char *string_replace_at(char *src, unsigned int from, unsigned int to,
char *rpl);
char *string_replace_at(const char *src, unsigned int from, unsigned int to,
const char *rpl);
#endif /* STRINGS_H */