%PDF- %PDF-
Direktori : /glibc-2.29/libio/ |
Current File : //glibc-2.29/libio/tst_wprintf.c |
#include <stdio.h> #include <wchar.h> int 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; }