Add %F format support.

This commit is contained in:
Ulrich Drepper 2000-08-23 16:53:42 +00:00
parent 0232a3ae6c
commit 233f5f6819

View File

@ -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'):