[fpc-pascal] aligned?
Mattias Gaertner
nc-gaertnma at netcologne.de
Mon Jan 30 21:02:31 CET 2023
On Mon, 30 Jan 2023 18:45:48 +0100
Florian Klämpfl via fpc-pascal <fpc-pascal at lists.freepascal.org> wrote:
> > Am 30.01.2023 um 14:03 schrieb Mattias Gaertner via fpc-pascal
> > <fpc-pascal at lists.freepascal.org>:
> >
> > Hi,
> >
> > What does the fpc built-in function aligned?
> >
> > For example in FloatToStrFIntl:
> >
> > Str(Double(Extended(Aligned(Value))):precision+7, Result);
>
> It tells the compiler that the argument is properly aligned according
> to its type.
Thanks!
Mattias
More information about the fpc-pascal
mailing list