hcl/lib2/h3-strings.adb
2021-10-06 08:05:21 +00:00

9 lines
169 B
Ada

package body H3.Strings is
procedure Append (Obj: in out Elastic_String; V: in Character_Array) is
begin
P.Append (P.Elastic_Array(Obj), V);
end;
end H3.Strings;