Projet_SETI_RISC-V/riscv-gnu-toolchain/binutils/ld/testsuite/ld-plugin/lto-19.h
2023-03-06 14:48:14 +01:00

6 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 *);