Files
ladybird/Userland/Libraries/LibC/string.cpp
Andreas Kling 5b19e9239a LibC: Upgrade memmove() to memcpy() when possible
We were missing out on opportunities to use memcpy() instead of
memmove() when the source and destination don't overlap.
2021-09-13 19:11:33 +02:00

11 KiB