8 lines
165 B
C
8 lines
165 B
C
#ifndef UTILITIEC_REGEX_COMPILE_H
|
|
#define UTILITIEC_REGEX_COMPILE_H
|
|
|
|
#include "regex_struct.h"
|
|
|
|
int Internal_Regex_Compile(Regex* regex, StringView source);
|
|
|
|
#endif
|