
#ifndef PP_ARRAY_H
#define PP_ARRAY_H

pparray * pparray_create (const ppobj *stack, size_t size, ppheap *heap);

#endif