aboutsummaryrefslogtreecommitdiff
path: root/include/bm.h
diff options
context:
space:
mode:
authorSoikk2022-05-28 03:45:54 +0200
committerSoikk2022-05-28 03:45:54 +0200
commit377dc104be127291ede5b32640c23eea0ba6791a (patch)
tree0556ec062d321198580d31b6ce61b6d79fdeabb1 /include/bm.h
parentf59d888123dd15bf0e70b1966c2c4245bee36b3a (diff)
downloadsoikk-DB-377dc104be127291ede5b32640c23eea0ba6791a.tar.xz
soikk-DB-377dc104be127291ede5b32640c23eea0ba6791a.tar.zst
trying boyer-moore
Diffstat (limited to 'include/bm.h')
-rw-r--r--include/bm.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/bm.h b/include/bm.h
new file mode 100644
index 0000000..b59e390
--- /dev/null
+++ b/include/bm.h
@@ -0,0 +1,10 @@
+#ifndef BM_H
+#define BM_H
+
+#include "db.h"
+
+
+ssize_t BM(char *x, int m, char *y, int n);
+
+
+#endif \ No newline at end of file