sus-regex/test.c

10 lines
145 B
C
Raw Normal View History

2024-04-04 07:37:18 +03:00
#include <amogus.h>
2024-04-04 09:23:46 +03:00
#include <stdio.h>
2024-04-04 07:37:18 +03:00
int main() {
2024-04-04 09:23:46 +03:00
char* match;
if(!entry("meow.*|m(r(r(p..*)))",&match))
return 1;
printf("%s",match);
2024-04-04 07:37:18 +03:00
}