Next: mempcpy
, Previous: memfrob
, Up: Glibc Extensions to <string.h>
[Contents][Index]
memmem
LSB specification:
https://refspecs.linuxbase.org/LSB_5.0.0/LSB-Core-generic/LSB-Core-generic/baselib-memmem-3.html
Documentation:
Gnulib module: memmem or memmem-simple
Both modules implement the same replacement for the memmem
function
with the memmem
module providing a replacement on more platforms where
the existing memmem
function has a quadratic worst-case complexity.
Portability problems fixed by either Gnulib module memmem-simple
or memmem
:
Performance problems fixed by Gnulib module memmem
:
Portability problems not fixed by Gnulib: