summaryrefslogtreecommitdiff
path: root/libc/test/src/stdlib/strfromf_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.
2024-03-20[libc]: Implement strfromf() and shared utilities (#85438)Vinayak Dev
Fixes #84244. Implements the function `strfromf()` introduced in C23, and adds shared utilities for implementation of other `strfrom*()` functions, including `strfromd()` and `strfroml()`.