11 lines
172 B
C
Raw Normal View History

2025-01-14 17:53:15 +00:00
#include "rrex3.h"
#include "rtest.h"
int main() {
printf("Testing rrex3 regular expression parser.");
rrex3_test();
return 0;
// return rtest_end("");
}