ladybird/Tests/LibC
AnotherTest 1ad51325ad Kernel+LibC: Implement 'memmem'
This commit adds an implementation of memmem, using the Bitap text
search algorithm for needles smaller than 32 bytes, and a naive loop
search for longer needles.
2020-08-01 08:39:26 +02:00
..
accuracy-strtod.cpp LibC: strtod accuracy tests no longer need to skip 2020-05-11 10:52:24 +02:00
exec-should-not-search-current-directory.cpp LibC: The exec() family of functions should not search "." by default 2020-02-01 16:14:09 +01:00
memmem-tests.cpp Kernel+LibC: Implement 'memmem' 2020-08-01 08:39:26 +02:00
qsort-sorts-and-copies.cpp LibC: Replace Berkley's qsort() with AK::dual_pivot_quick_sort() wrapper 2020-07-03 19:29:36 +02:00