From ce723583fc8c5241879dfb5c1d7f940ded72f283 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 17 Jun 2000 19:22:43 +0000 Subject: Update. * stdio-common/tiformat.c (sprint_ints): Add tests for I flag. * libio/tst_wprintf.c (main): Add test for I flag. --- libio/tst_wprintf.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libio/tst_wprintf.c') diff --git a/libio/tst_wprintf.c b/libio/tst_wprintf.c index 0838441d2c..bf859f10fc 100644 --- a/libio/tst_wprintf.c +++ b/libio/tst_wprintf.c @@ -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; } -- cgit v1.2.3