aboutsummaryrefslogtreecommitdiff
path: root/include/bm.h
diff options
context:
space:
mode:
authorSoikk2022-08-13 19:12:50 +0200
committerSoikk2022-08-13 19:12:50 +0200
commitb30b33d598039b2f708783271e8c2f65613a24d4 (patch)
tree566d943c18111888ceaf53113879e725371b6621 /include/bm.h
parent4b721332d570f53719894af922c22b7cba146b18 (diff)
downloadsoikk-DB-b30b33d598039b2f708783271e8c2f65613a24d4.tar.xz
soikk-DB-b30b33d598039b2f708783271e8c2f65613a24d4.tar.zst
Got rid of old functionalities (strnatcmp, BM).
Diffstat (limited to 'include/bm.h')
-rw-r--r--include/bm.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/bm.h b/include/bm.h
deleted file mode 100644
index 80ddee8..0000000
--- a/include/bm.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#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