aboutsummaryrefslogtreecommitdiff
path: root/include/bm.h
blob: 80ddee81dad5feda4c6b3565fa6e8624c70ec8fb (plain) (blame)
1
2
3
4
5
6
7
8
9
#ifndef BM_H
#define BM_H

#include "db.h"


ssize_t BM(char *x, int m, char *y, int n);

#endif