diff options
author | Alon Zakai <alonzakai@gmail.com> | 2014-01-13 16:44:17 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2014-01-13 17:03:24 -0800 |
commit | 0e36f078d4a9666303340506638726d316096e07 (patch) | |
tree | 173987ffb4995f03b518825885531fc1e6b2e9d0 /tests/core/test_wprintf.out | |
parent | cd1edebb5034ea52396a5b68304e84ae80878740 (diff) |
add fputwc, which enables wprintf1.8.9
Diffstat (limited to 'tests/core/test_wprintf.out')
-rw-r--r-- | tests/core/test_wprintf.out | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/core/test_wprintf.out b/tests/core/test_wprintf.out new file mode 100644 index 00000000..f85abebb --- /dev/null +++ b/tests/core/test_wprintf.out @@ -0,0 +1,8 @@ +Characters: a A +Decimals: 1977 650000 +Preceding with blanks: 1977 +Preceding with zeros: 0000001977 +Some different radixes: 100 64 144 0x64 0144 +floats: 3.14 +3e+00 3.141600E+00 +Width trick: 10 +A wide string |