11 lines
172 B
C
11 lines
172 B
C
|
|
||
|
#include "rrex3.h"
|
||
|
#include "rtest.h"
|
||
|
|
||
|
int main() {
|
||
|
printf("Testing rrex3 regular expression parser.");
|
||
|
rrex3_test();
|
||
|
return 0;
|
||
|
// return rtest_end("");
|
||
|
}
|