<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body smarttemplateinserted="true">
<div id="smartTemplate4-template">Hi,<br>
<p>
<blockquote type="cite">sysstr.inc for the implementation
sysstrh.inc for the declaration
</blockquote>
<br>
>function IntToStr(Value: Longint): string;<br>
>begin<br>
> System.Str(Value, result);<br>
>end ;</p>
<p>I doubt that is the actual implementation anyone is looking for</p>
<p><br>
</p>
<p>How about this:<br>
</p>
<p> <br>
</p>
<img src="cid:part1.2013DkrQ.ewXw4nzI@benibela.de" alt=""><br>
<br>
Cheers,<br>
Benito <br>
<br>
</div>
<div class="moz-cite-prefix">On 17.01.24 16:15, Marco van de Voort
via fpc-pascal wrote:<br>
</div>
<blockquote type="cite"
cite="mid:2a907411-ee5a-448a-8c4d-b0b706e630ec@pascalprogramming.org">
<br>
Op 17-1-2024 om 15:57 schreef Hairy Pixels via fpc-pascal:
<br>
<blockquote type="cite">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!
<br>
</blockquote>
<br>
Grep rtl/objpas/sysutils for it.
<br>
<br>
<br>
sysstr.inc for the implementation sysstrh.inc for the declaration
<br>
<br>
<br>
_______________________________________________
<br>
fpc-pascal maillist - <a class="moz-txt-link-abbreviated" href="mailto:fpc-pascal@lists.freepascal.org">fpc-pascal@lists.freepascal.org</a>
<br>
<a class="moz-txt-link-freetext" href="https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal">https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal</a>
<br>
</blockquote>
</body>
</html>