From c65794b50b1bc729e7a4e940b76a973afa3030b9 Mon Sep 17 00:00:00 2001 From: Nicholas Noll Date: Thu, 11 Nov 2021 14:49:35 -0800 Subject: feat: libfmt prototype added from plan9 --- sys/libfmt/internal.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/libfmt/internal.h') diff --git a/sys/libfmt/internal.h b/sys/libfmt/internal.h index 56e64c8..725cfff 100644 --- a/sys/libfmt/internal.h +++ b/sys/libfmt/internal.h @@ -13,3 +13,5 @@ struct Verb int c; Formatter fmt; }; + +void fmt·setlocale(fmt·State *io, char *decimal, char *thousands, char *groups); -- cgit v1.2.1