aboutsummaryrefslogtreecommitdiff
path: root/kmp.h
diff options
context:
space:
mode:
authorAlexander Pickering <alexandermpickering@gmail.com>2017-12-22 17:36:00 -0500
committerAlexander Pickering <alexandermpickering@gmail.com>2017-12-22 17:36:00 -0500
commit5926e6122a8eaf70aac25fa7b2c3bf12c7025978 (patch)
tree822962dc1900507604bfac00da8b32bde795b215 /kmp.h
downloadlibctemplates-5926e6122a8eaf70aac25fa7b2c3bf12c7025978.tar.gz
libctemplates-5926e6122a8eaf70aac25fa7b2c3bf12c7025978.tar.bz2
libctemplates-5926e6122a8eaf70aac25fa7b2c3bf12c7025978.zip
Inital commit
Diffstat (limited to 'kmp.h')
-rw-r--r--kmp.h3
1 files changed, 3 insertions, 0 deletions
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);