| 10 | |
| 11 | /* Declarations from ac.c (no public header yet — these are the C API) */ |
| 12 | typedef struct CBMAutomaton CBMAutomaton; |
| 13 | |
| 14 | CBMAutomaton *cbm_ac_build(const char **patterns, const int *lengths, int count, |
| 15 | const uint8_t *alpha_map, int alpha_size); |
nothing calls this directly
no outgoing calls
no test coverage detected