Skip to content

Commit 5d1fd6d

Browse files
Update Prog14.c
1 parent 7f2a0b9 commit 5d1fd6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Aula_1/Prog14.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#include <locale.h> /* para setlocale() */
66
int main()
77
{
8-
setlocale(LC_ALL, "Portuguese"); /* Configura o idioma portugues */
8+
setlocale(LC_ALL, "portuguese-brazilian"); /* Configura o idioma portugues */
99
printf("%10.2f %10.2f %10.2f\n", 8.0, 15.3, 584.13);
1010
printf("%10.2f %10.2f %10.2f\n", 834.0, 1500.55, 4890.21);
1111

0 commit comments

Comments
 (0)