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:
@ -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
|
||||
|
Reference in New Issue
Block a user