added Arch post install script, and some general updates

This commit is contained in:
2025-06-20 19:17:41 +02:00
parent 25c0dd16ca
commit b04ea81edb
7 changed files with 146 additions and 15 deletions

View File

@@ -8,5 +8,6 @@
bool startWith(const char* str, char ch);
bool contains(const char* str, char ch);
bool endsWith(const char* str, char ch);
bool startsWith(const char* str, const char* ch);
#endif //STR_UTILS_H