8 lines
102 B
C
8 lines
102 B
C
#ifndef SEARCH_H
|
|
#define SEARCH_H
|
|
|
|
int BM_search(char *txt, int n, char *pat, int m);
|
|
|
|
#endif
|
|
|