summaryrefslogtreecommitdiff
path: root/userland/libc/dirent/readdir.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: Add readdir_multiAnton Kling
This is a faster, zero allocation function for reading directory entries. It has massive speed increases for certain applications since malloc(especially my implementation) is really slow in comparison.
2023-11-23LibC: Reduce warnings in codeAnton Kling
2023-10-22Move everything into a new repo.Anton Kling