Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
visus
/
teensy-cores
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
Fix fcvtf warning
main
Alexander Shtuchkin
8 anos atrás
pai
49769659ce
commit
fdf4e7af50
1 arquivos alterados
com
2 adições
e
0 exclusões
Visão dividida
Mostrar estatísticas do Diff
+2
-0
teensy3/nonstd.c
+ 2
- 0
teensy3/nonstd.c
Ver arquivo
@@ -66,6 +66,8 @@ char * ltoa(long val, char *buf, int radix)
}
}
char * fcvtf(float, int, int *, int *);
char * dtostrf(float val, int width, unsigned int precision, char *buf)
{
int decpt, sign, reqd, pad;
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar