aboutsummaryrefslogtreecommitdiff
path: root/kmp.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmp.h')
-rw-r--r--kmp.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/kmp.h b/kmp.h
deleted file mode 100644
index 24c609e..0000000
--- a/kmp.h
+++ /dev/null
@@ -1,3 +0,0 @@
-
-void failure(char* pattern, int* f);
-int kmp(char* t,size_t tlen, char* p,size_t plen);