15 lines
374 B
C
15 lines
374 B
C
#ifndef INCLUDED_C_STRINDEXKMP_H
|
|
#define INCLUDED_C_STRINDEXKMP_H
|
|
|
|
#ifndef INCLUDED_C_BASE_H
|
|
#include <c_Base.h>
|
|
#endif /*INCLUDED_C_BASE_H*/
|
|
|
|
|
|
/* ------------------------------------------------------------------------------------------------------------------ */
|
|
/* */
|
|
|
|
long long c_StrIndexKmp(const char* text, const char* pattern);
|
|
|
|
#endif /*INCLUDED_C_STRINDEXKMP_H*/
|