Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
visus
/
teensy-core-4.1
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Fix fcvtf warning
teensy4-core
Alexander Shtuchkin
hace 8 años
padre
49769659ce
commit
fdf4e7af50
Se han
modificado 1 ficheros
con
2 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
+2
-0
teensy3/nonstd.c
+ 2
- 0
teensy3/nonstd.c
Ver fichero
@@ -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;
Escribir
Vista previa
Cargando…
Cancelar
Guardar