summaryrefslogtreecommitdiff
path: root/libc/test/src/stdlib/strfroml_test.cpp
AgeCommit message (Collapse)Author
2024-03-22[libc] Implement strfromd() and strfroml() (#86113)Vinayak Dev
Follow up to #85438. Implements the functions `strfromd()` and `strfroml()` introduced in C23, and unifies the testing framework for `strfrom*()` functions.