Even more work

This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2025-02-12 00:03:19 +01:00
parent b61005bcaa
commit 15b8ed7690
9 changed files with 250 additions and 55 deletions
+2
View File
@@ -10,4 +10,6 @@ namespace blitz::utility {
bool is_digit(int code);
bool is_alpha(int code);
char utf8_safe_tolower(char code);
} // namespace blitz::utility