mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-24 12:35:55 +08:00
7 lines
152 B
C
7 lines
152 B
C
|
struct re_dfa_t {
|
||
|
const int *sb_char;
|
||
|
};
|
||
|
struct re_dfa_t *xregcomp (void);
|
||
|
struct re_dfa_t *rpl_regcomp (void);
|
||
|
void rpl_regfree (struct re_dfa_t *);
|