This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Hide internal printf functions [BZ #18822/21986]


On Aug 21 2017, "H.J. Lu" <hongjiu.lu@intel.com> wrote:

> diff --git a/stdio-common/printf.h b/stdio-common/printf.h
> index 940256445e..155dfdc7d3 100644
> --- a/stdio-common/printf.h
> +++ b/stdio-common/printf.h
> @@ -182,6 +182,9 @@ extern int printf_size_info (const struct printf_info *__restrict
>  			     __info, size_t __n, int *__restrict __argtypes)
>       __THROW;
>  
> +extern unsigned int __guess_grouping (unsigned int intdig_max,
> +				      const char *grouping);
> +

This is not a public function.

Andreas.

-- 
Andreas Schwab, SUSE Labs, schwab@suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE  1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]