1
0
mirror of https://git.lain.church/emil/libhl.git synced 2025-05-05 03:16:45 +00:00
2023-08-21 20:07:39 +02:00

7 lines
189 B
C

#include "chad.h"
#include <ctype.h>
extern bool is_case_on;
extern int regex_match(const char * const pattern, const char * const string, const int string_offset, int * match_offset_);