mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-07 09:57:57 +02:00
rtl: added HexStr
This commit is contained in:
parent
78d46bc7ce
commit
77ee122422
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user