aboutsummaryrefslogtreecommitdiff
path: root/kmp.h
diff options
context:
space:
mode:
authorAlexander Pickering <alexandermpickering@gmail.com>2018-10-25 12:08:54 -0400
committerAlexander Pickering <alexandermpickering@gmail.com>2018-10-25 12:08:54 -0400
commitb9899c6cbe2f694c9db36e9d4e15c532d10b546f (patch)
tree248564d6bd22dd6f11459a51f73a144ae91756fc /kmp.h
parentd416a80324225d0c64c5021e74773a2e768de73a (diff)
downloadlibctemplates-b9899c6cbe2f694c9db36e9d4e15c532d10b546f.tar.gz
libctemplates-b9899c6cbe2f694c9db36e9d4e15c532d10b546f.tar.bz2
libctemplates-b9899c6cbe2f694c9db36e9d4e15c532d10b546f.zip
Started refactoring code
Added a src/ and build/ directory Added a include/ directory Included file is smaller
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);