summaryrefslogtreecommitdiff
path: root/userland/libc/string/memcpy.c
AgeCommit message (Collapse)Author
2024-12-12formatting: Use clang-format on all projectsAnton Kling
This commit also add braces to all `if` statements.
2024-10-03libc: small changesAnton Kling
2023-10-30LibC: Optimize memcpy functionAnton Kling
Instead of copying byte by byte it now copies in 64, 32, 16, 8 bit chunks.
2023-10-22Move everything into a new repo.Anton Kling