fork(4) download
  1. #include <wchar.h>
  2. #include <locale.h>
  3. int main()
  4. {
  5. setlocale(LC_ALL, "");
  6. wchar_t c = L'\u00a1'; // or = L'\xa1';
  7. wprintf(L"%lc\n", c);
  8. }
Success #stdin #stdout 0.01s 3948KB
stdin
Standard input is empty
stdout
¡