C API: accessing to the elements of an array

Accessing the elements is not that difficult either. This should give
the array_index item (svalue) from the array at stack_index position on
the stack.

ITEM(Pike_sp[-stack_index])[array_index]


Gmane