From 46378560e056300623364669de2405a7182b064f Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Mon, 19 Dec 2022 18:56:54 +0100 Subject: stdio-common: Add __translated_number_width This function will be used to compute the width of a number after i18n digit translation. Reviewed-by: Adhemerval Zanella --- stdio-common/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'stdio-common/Makefile') diff --git a/stdio-common/Makefile b/stdio-common/Makefile index 6e6da09..3e0c574 100644 --- a/stdio-common/Makefile +++ b/stdio-common/Makefile @@ -85,6 +85,7 @@ routines := \ tmpfile64 \ tmpnam \ tmpnam_r \ + translated_number_width \ vfprintf \ vfprintf-internal \ vfscanf \ -- cgit v1.1