You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 12, 2022. It is now read-only.
memmem is a function present in the "string.h" header
of many posix operating systems, although its presence
in the standard library is not covered by the C standard
nor by the posix standard.
However it is present in most parts of posix implementations
of the C standard library, so i think it's possible to expose
it in the druntime.
memmem is very useful for analyzing data when pointers need to
be used, so far it was necessary to manually implement a similar
function to do it and it was quite inconvenient and redundant.
Signed-off-by: Ernesto Castellotti <[email protected]>
0 commit comments