#ifndef UTILITIEC_REGEX_COMPILE_H #define UTILITIEC_REGEX_COMPILE_H #include "regex_struct.h" int Internal_Regex_Compile(Regex* regex, StringView source); #endif