From e8e52de6b94eb9f1974ce2c4c1402c7722c23a9a Mon Sep 17 00:00:00 2001 From: krasimir Date: Wed, 13 Apr 2016 14:30:40 +0000 Subject: locale independent printing for doubles when they are part of an abstract expression --- src/runtime/c/gu/string.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/runtime/c/gu/string.h') diff --git a/src/runtime/c/gu/string.h b/src/runtime/c/gu/string.h index e4729239c..4064286a9 100644 --- a/src/runtime/c/gu/string.h +++ b/src/runtime/c/gu/string.h @@ -48,6 +48,9 @@ gu_string_to_int(GuString s, int *res); bool gu_string_to_double(GuString s, double *res); +void +gu_double_to_string(double val, GuOut* out, GuExn* err); + bool gu_string_is_prefix(GuString s1, GuString s2); -- cgit v1.2.3