aboutsummaryrefslogtreecommitdiff
path: root/stdio-common/tst-printf-format-vs-ldouble.c
AgeCommit message (Collapse)AuthorFilesLines
2025-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2024-11-07stdio-common: Add tests for formatted vsprintf output specifiersMaciej W. Rozycki1-0/+20
Wire vsprintf into test infrastructure for formatted printf output specifiers. Reviewed-by: DJ Delorie <dj@redhat.com>