From 5926e6122a8eaf70aac25fa7b2c3bf12c7025978 Mon Sep 17 00:00:00 2001 From: Alexander Pickering Date: Fri, 22 Dec 2017 17:36:00 -0500 Subject: Inital commit --- kmp.h | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 kmp.h (limited to 'kmp.h') diff --git a/kmp.h b/kmp.h new file mode 100644 index 0000000..24c609e --- /dev/null +++ b/kmp.h @@ -0,0 +1,3 @@ + +void failure(char* pattern, int* f); +int kmp(char* t,size_t tlen, char* p,size_t plen); -- cgit v1.2.3-70-g09d2