Home
last modified time | relevance | path

Searched defs:exp_match (Results 1 – 1 of 1) sorted by relevance

/picolibc-3.7.0-3.6.0/newlib/libc/tinystdio/
Dconv_flt.c329 int exp_match = (flags & FL_FHEX) ? 'p' : 'e'; in conv_flt() local
331 #define exp_match 'e' in conv_flt() macro