Foundations

This commit is contained in:
2026-08-29 01:50:50 +08:00
parent bf5fc3bda6
commit 8e95904cc4
100 changed files with 13997 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
#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*/