mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-07 06:43:00 +03:00
stdio-common: Add printf specifier registry to <printf.h>
Add __printf_arginfo_table, __printf_function_table, __printf_va_arg_table, __register_printf_specifier to include/printf.h.
This commit is contained in:
@@ -1379,7 +1379,6 @@ printf_positional (FILE *s, const CHAR_T *format, int readonly_format,
|
||||
/* Process format specifiers. */
|
||||
while (1)
|
||||
{
|
||||
extern printf_function **__printf_function_table;
|
||||
int function_done;
|
||||
|
||||
if (spec <= UCHAR_MAX
|
||||
|
Reference in New Issue
Block a user