mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-02 13:19:34 +01:00
* Removed inttostr, isvalidident so sysutils versions are used.
git-svn-id: trunk@6984 -
This commit is contained in:
parent
8b9b6130d9
commit
f60fbbb01b
@ -11,19 +11,6 @@
|
||||
|
||||
**********************************************************************}
|
||||
|
||||
Function IntToStr (I : Longint) : String;
|
||||
|
||||
begin
|
||||
Str(I,Result);
|
||||
end;
|
||||
|
||||
function IsValidIdent(const Ident: string): Boolean;
|
||||
|
||||
begin
|
||||
Result:=True;
|
||||
end;
|
||||
|
||||
|
||||
procedure BinToHex(BinValue, HexValue: PChar; BinBufSize: Integer);
|
||||
Const
|
||||
HexDigits='0123456789ABCDEF';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user