sysclk: make memmem proper

This commit is contained in:
souldbminersmwc
2026-02-14 20:27:43 -05:00
parent 837543fb0f
commit dd4c5a8732
2 changed files with 4 additions and 4 deletions

View File

@@ -31,7 +31,7 @@
extern "C" {
#endif
void *memmem_impl(void *haystack, size_t haystacklen,
void *memmem_impl(const void *haystack, size_t haystacklen,
const void *needle, size_t needlelen);
#ifdef __cplusplus