aboutsummaryrefslogtreecommitdiff
path: root/sys/libfmt/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/libfmt/internal.h')
-rw-r--r--sys/libfmt/internal.h2
1 files changed, 2 insertions, 0 deletions
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);