1
0
mirror of https://git.lain.church/emil/libhl.git synced 2025-06-16 15:37:57 +00:00

auto esc magic char tokens

This commit is contained in:
anon
2023-08-24 04:11:46 +02:00
parent ed22849143
commit 94b151462a
3 changed files with 35 additions and 18 deletions

View File

@ -17,4 +17,6 @@ extern regex_t * regex_compile(const char * const pattern);
extern bool regex_search(regex_t * regex, const char * const string);
extern int regex_free(regex_t * const regex);
extern bool is_magic(const char c);
#endif