Hello,

I have an array allocated at runtime and I would like to check, if a pointer points to a location in memory that belongs to that array.

Does somebody know how/if I can do that in lite-C?

Thanks