VitaShell/bm.h

6 lines
104 B
C
Raw Permalink Normal View History

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