Files
cKit/Foundation/c_StrIndexKmp.h
T

14 lines
376 B
C
Raw Normal View History

2026-08-29 01:50:50 +08:00
#ifndef INCLUDED_C_STRINDEXKMP_H
#define INCLUDED_C_STRINDEXKMP_H
#ifndef INCLUDED_C_TYPES_H
#include <c_Types.h>
#endif /*INCLUDED_C_TYPES_H*/
/* ------------------------------------------------------------------------------------------------------------------ */
/* */
long long c_StrIndexKmp(const char* text, const char* pattern);
#endif /*INCLUDED_C_STRINDEXKMP_H*/