aboutsummaryrefslogtreecommitdiff
path: root/stdio-common/tst-printf-format-vf-long.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 vfprintf output specifiersMaciej W. Rozycki1-0/+20
Wire vfprintf into test infrastructure for formatted printf output specifiers. Reviewed-by: DJ Delorie <dj@redhat.com>