mirror of
https://git.lain.church/emil/libhl.git
synced 2025-05-06 03:46:44 +00:00
7 lines
136 B
C
7 lines
136 B
C
#include "chad.h"
|
|
#include <ctype.h>
|
|
|
|
extern bool is_case_on;
|
|
|
|
int regex_match(const char * const pattern, const char * const string);
|