This commit is contained in:
2026-08-30 01:48:03 +08:00
parent 84ebd52c24
commit 7940b67827
170 changed files with 2704 additions and 21276 deletions
-13
View File
@@ -1,13 +0,0 @@
#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*/