[fpc-pascal] NULL pointer to array of integer

Jonas Maebe jonas.maebe at elis.ugent.be
Wed Sep 13 18:37:10 CEST 2006


On 13 Sep 2006, at 14:00, Eduardo wrote:

> I remember that on c a null pointer has value 0, but in ansi pascal  
> it has value 23.

The value of nil is not defined in the ISO Ansi Pascal standard. In  
FPC, nil = pointer(0) on all currently supported platforms, but in  
principle it could be anything.


Jonas



More information about the fpc-pascal mailing list