diff options
Diffstat (limited to 'include/bm.h')
| -rw-r--r-- | include/bm.h | 10 |
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 |
