// MIT License, Copyright (c) 2020 Marvin Borner #ifndef STRING_H #define STRING_H #include u32 strlen(const char *str); #endif