#ifndef STRING_H #define STRING_H #include size_t strlen(const char* str); #endif // STRING_H