feat: string find

This commit is contained in:
2025-09-08 02:48:47 +02:00
parent 71ac226e50
commit a21f759d23
3 changed files with 59 additions and 3 deletions

View File

@@ -111,8 +111,6 @@ void mcl_string_tolower(mcl_string_s *string);
* @param string String where to search.
* @param substring Substring to search.
* @return Index of the first occurrence, -1 on failure.
*
* @note TODO
*/
int mcl_string_find(mcl_string_s *string, const char *substring);