rtl: added HexStr

This commit is contained in:
mattias 2018-04-26 08:13:24 +00:00
parent 78d46bc7ce
commit 77ee122422

View File

@ -256,6 +256,7 @@ function Pos(const Search, InString: String): Integer; assembler; overload;
function Pos(const Search, InString: String; StartAt : Integer): Integer; assembler; overload;
procedure Insert(const Insertion: String; var Target: String; Index: Integer); overload;
function upcase(c : char) : char; assembler;
function HexStr(Val: int64; cnt: byte): string; external name 'rtl.hexStr'; overload;
procedure val(const S: String; out NI : NativeInt; out Code: Integer); overload;
procedure val(const S: String; out SI : ShortInt; out Code: Integer); overload;