mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 13:00:06 +00:00
Add %F format support.
This commit is contained in:
parent
0232a3ae6c
commit
233f5f6819
@ -1576,6 +1576,7 @@ __vfscanf (FILE *s, const char *format, va_list argptr)
|
||||
case L_('e'): /* Floating-point numbers. */
|
||||
case L_('E'):
|
||||
case L_('f'):
|
||||
case L_('F'):
|
||||
case L_('g'):
|
||||
case L_('G'):
|
||||
case L_('a'):
|
||||
|
Loading…
Reference in New Issue
Block a user