mirror of
git://sourceware.org/git/glibc.git
synced 2025-04-12 14:21:18 +08: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…
x
Reference in New Issue
Block a user