mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-22 07:18:21 +02:00
5 lines
70 B
PHP
5 lines
70 B
PHP
Function IntToStr (I : Longint) : String;
|
|
|
|
begin
|
|
Str(I,Result);
|
|
end; |