#ifndef SEARCH_H #define SEARCH_H int BM_search(char *txt, int n, char *pat, int m); #endif