aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/strfromf.c
Commit message (Collapse)AuthorAgeFilesLines
* libc: Add strfromd, strfromf, and strfroml per C23Faraz Vahedi2026-08-021-0/+47
strfromd(), strfromf(), and strfroml() are implemented directly in terms of gdtoa. If a non-conforming format string is passed, the string "EDOOFUS" is returned and errno set to EDOOFUS as an extension. Reviewed by: fuz MFC after: 1 month Pull-Request: https://github.com/freebsd/freebsd-src/pull/2301 Signed-off-by: Faraz Vahedi <kfv@kfv.io>