summaryrefslogtreecommitdiff
path: root/libc/src/stdlib/a64l.cpp
AgeCommit message (Collapse)Author
2025-07-23[libc][NFC] Add stdint.h proxy header to fix dependency issue with ↵lntue
<stdint.h> includes. (#150303) https://github.com/llvm/llvm-project/issues/149993
2025-02-27[libc] implement l64a (#129099)Michael Jones
Adds l64a, which generates the base 64 string expected by a64l.
2025-02-25[libc] implement a64l (#128758)Michael Jones
Implement the posix function a64l. Standard: https://pubs.opengroup.org/onlinepubs/9799919799/functions/a64l.html