VitaShell/bm.h
2016-09-10 13:28:42 +02:00

6 lines
104 B
C

#ifndef __BM_H__
#define __BM_H__
char * boyer_moore(const char *haystack, const char *needle);
#endif