#include <locale.h>
#include <stdlib.h>
#include <stdio.h>

int
main( void )
{
        printf( "%s\n", setlocale( LC_ALL, "" ) );
        exit(0);
}

  

相关文章:

  • 2022-12-23
  • 2021-10-25
  • 2021-12-15
  • 2021-06-25
  • 2021-09-15
  • 2022-12-23
  • 2022-12-23
  • 2022-01-26
猜你喜欢
  • 2021-06-14
  • 2022-01-20
  • 2021-11-28
  • 2022-12-23
  • 2021-05-17
  • 2021-10-05
相关资源
相似解决方案