[fpc-pascal] IntToStr implementation

Benito van der Zander benito at benibela.de
Wed Jan 17 17:12:39 CET 2024


Hi,

> sysstr.inc for the implementation sysstrh.inc for the declaration 

 >function IntToStr(Value: Longint): string;
 >begin
 > System.Str(Value, result);
 >end ;

I doubt that is the actual implementation anyone is looking for


How about this:




Cheers,
Benito

On 17.01.24 16:15, Marco van de Voort via fpc-pascal wrote:
>
> Op 17-1-2024 om 15:57 schreef Hairy Pixels via fpc-pascal:
>> Can anyone show me where to find the IntToStr implementation in 
>> SysUtils? There's so many level of indirection and macros I have no 
>> idea where to look for it!
>
> Grep rtl/objpas/sysutils for it.
>
>
> sysstr.inc for the implementation sysstrh.inc for the declaration
>
>
> _______________________________________________
> fpc-pascal maillist  - fpc-pascal at lists.freepascal.org
> https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20240117/c62ecc58/attachment-0001.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: BvhVEVxn57uZkbba.png
Type: image/png
Size: 212512 bytes
Desc: not available
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20240117/c62ecc58/attachment-0001.png>


More information about the fpc-pascal mailing list