#ifndef STRINGEX_H #define STRINGEX_H #include bool str_begin (const char *a, const char *b); char* str_split(char *a_str); #endif