Add lz decompression code
Also add byte search code
This commit is contained in:
7
include/search.h
Normal file
7
include/search.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#ifndef SEARCH_H
|
||||
#define SEARCH_H
|
||||
|
||||
int BM_search(char *txt, int n, char *pat, int m);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user