开始设计

This commit is contained in:
2026-08-10 01:21:15 +08:00
commit e45398991f
228 changed files with 20827 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
#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*/