We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f2a0b9 commit 5d1fd6dCopy full SHA for 5d1fd6d
src/Aula_1/Prog14.c
@@ -5,7 +5,7 @@
5
#include <locale.h> /* para setlocale() */
6
int main()
7
{
8
- setlocale(LC_ALL, "Portuguese"); /* Configura o idioma portugues */
+ setlocale(LC_ALL, "portuguese-brazilian"); /* Configura o idioma portugues */
9
printf("%10.2f %10.2f %10.2f\n", 8.0, 15.3, 584.13);
10
printf("%10.2f %10.2f %10.2f\n", 834.0, 1500.55, 4890.21);
11
0 commit comments