Skip to content

Commit

Permalink
Update convercoes.c
Browse files Browse the repository at this point in the history
  • Loading branch information
felipefrm committed Jun 4, 2018
1 parent 77a51a4 commit 224f8fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion convercoes.c
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ float recupera_fracao(float n){

int inteiro_para_baseX(unsigned long long int *inteira, int b_destino){
int n;
unsigned long long p;
unsigned long long int p;
n = *inteira % b_destino;
p = *inteira;
*inteira = p / b_destino;
Expand Down

0 comments on commit 224f8fe

Please sign in to comment.