aboutsummaryrefslogtreecommitdiff
path: root/src/kmp.h
blob: c02f16be1f182b55b8cc8c8612bd877bf5cd7dc2 (plain)
1
2
3
void failure(const char* pattern, int* f);
int kmp(const char* t,size_t tlen, const char* p,size_t plen);