sus-regex/amogus.h

4 lines
134 B
C
Raw Permalink Normal View History

2024-04-04 20:18:10 +03:00
2024-04-08 03:25:15 +03:00
typedef void(entry_callback)(char *match, int size, void *data);
2024-04-10 02:26:13 +03:00
int entry(const char *regex, entry_callback *callback, void *data);