mirror of
https://github.com/astronautlevel2/Anemone3DS.git
synced 2026-01-24 16:52:43 -05:00
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