fork(2) download
  1. #include <stdio.h>
  2. #include <locale.h>
  3.  
  4. int main(){
  5.  
  6. setlocale(LC_ALL,"Turkish");
  7.  
  8. printf("İ ş ğ ü ö ı");
  9.  
  10. system("pause");
  11. return 0;
  12. }
Success #stdin #stdout #stderr 0s 3996KB
stdin
Standard input is empty
stdout
İ ş ğ ü ö ı
stderr
sh: pause: not found