#include <stdbool.h>#include <stdint.h>#include <stdlib.h>#include <string.h>#include <assert.h>#include <pcreposix.h>#include "regeng.h"#include "console.h"Functions | |
| void | re_strlcpy (char *outstr, const char *instr, size_t outsz, regmatch_t rem) |
| size_t | re_strlen (regmatch_t rem) |
| bool | re_init (struct regeng *re_array) |
| bool | re_parse (re_callback_t re_callback, struct regeng *re_array, char *str) |
The Regular Expression Engine
1.8.4