Home
last modified time | relevance | path

Searched refs:edig (Results 1 – 1 of 1) sorted by relevance

/picolibc-3.7.0-3.6.0/newlib/libc/tinystdio/
Dconv_flt.c335 int esign, edig; in conv_flt() local
352 edig = scanf_getc (stream, lenp); /* test EOF will below */ in conv_flt()
355 edig = esign; in conv_flt()
360 if (!isdigit (edig)) in conv_flt()
362 scanf_ungetc(edig, stream, lenp); in conv_flt()
368 i = edig; in conv_flt()