#pragma once #include /************************ *** Team Kitty, 2021 *** *** Chroma *** ***********************/ #ifdef __cplusplus extern "C" { #endif size_t strlen(const char* String); bool strcmp(char* a, const char* b); #ifdef __cplusplus } #endif