[fpc-pascal] IntToStr implementation
Hairy Pixels
genericptr at gmail.com
Thu Jan 18 00:44:27 CET 2024
> On Jan 17, 2024, at 10:15 PM, Marco van de Voort via fpc-pascal <fpc-pascal at lists.freepascal.org> 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
>
Which then goes to System.Str(), where is that? I found some other Str functions in a lstrings.pas file but I don't think that's it. All the macros break code tools for me and I can't find anything.
Regards,
Ryan Joseph
More information about the fpc-pascal
mailing list