c.NULL readonly



The C.NULL property returns a new NULL pointer.

Notes

Example

--! luart-extensions import c -- Creates a new NULL C Pointer local null_ptr = c.Pointer() -- Compares the the memory pointed by the pointers -- should print "true" print(null_ptr == c.NULL)