aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-values.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/synth/synth-values.ads')
-rw-r--r--src/synth/synth-values.ads4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/synth/synth-values.ads b/src/synth/synth-values.ads
index 7c4ec8b7c..2bbf70810 100644
--- a/src/synth/synth-values.ads
+++ b/src/synth/synth-values.ads
@@ -357,6 +357,10 @@ package Synth.Values is
-- Create a default initial value for TYP.
function Create_Value_Default (Typ : Type_Acc) return Value_Acc;
+ -- Convert a value to a string. The value must be a const_array of scalar,
+ -- which represent characters.
+ function Value_To_String (Val : Value_Acc) return String;
+
procedure Init;
-- Set by Init.