Explorar el Código

Fix fcvtf warning

teensy4-core
Alexander Shtuchkin hace 8 años
padre
commit
fdf4e7af50
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. +2
    -0
      teensy3/nonstd.c

+ 2
- 0
teensy3/nonstd.c Ver fichero

} }
} }


char * fcvtf(float, int, int *, int *);

char * dtostrf(float val, int width, unsigned int precision, char *buf) char * dtostrf(float val, int width, unsigned int precision, char *buf)
{ {
int decpt, sign, reqd, pad; int decpt, sign, reqd, pad;

Cargando…
Cancelar
Guardar