mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
Update.
* stdio-common/tiformat.c (sprint_ints): Add tests for I flag. * libio/tst_wprintf.c (main): Add test for I flag.
This commit is contained in:
@ -6,5 +6,6 @@ main (int argc, char *argv[])
|
||||
{
|
||||
fputws (L"Hello world!\n", stdout);
|
||||
wprintf (L"This %s a %ls string: %d\n", "is", L"mixed", 42);
|
||||
wprintf (L"%Iu\n", 0xfeedbeef);
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user