On Wed, 1 Aug 2012, Mattias Gaertner wrote:
On Wed, 1 Aug 2012 12:21:05 +0200 (CEST)
mar...@stack.nl (Marco van de Voort) wrote:
In our previous episode, Mattias Gaertner said:
What does strlen return on nil?
The FPC function strlen is implemented via FPC_PCHAR_LENGTH.
The documentation doe
On Wed, 1 Aug 2012 12:21:05 +0200 (CEST)
mar...@stack.nl (Marco van de Voort) wrote:
> In our previous episode, Mattias Gaertner said:
> > What does strlen return on nil?
> > The FPC function strlen is implemented via FPC_PCHAR_LENGTH.
> > The documentation does not say what happens when passing n
In our previous episode, Mattias Gaertner said:
> What does strlen return on nil?
> The FPC function strlen is implemented via FPC_PCHAR_LENGTH.
> The documentation does not say what happens when passing nil.
Both the generic and assembler implementation return 0.
_