mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
update from main archive 961001
This commit is contained in:
@ -26,6 +26,9 @@ printf_arginfo_function *__printf_arginfo_table[UCHAR_MAX + 1];
|
||||
|
||||
printf_function **__printf_function_table;
|
||||
|
||||
int __register_printf_function __P ((int, printf_function,
|
||||
printf_arginfo_function));
|
||||
|
||||
/* Register FUNC to be called to format SPEC specifiers. */
|
||||
int
|
||||
__register_printf_function (spec, converter, arginfo)
|
||||
|
Reference in New Issue
Block a user