
#ifndef PP_DICT_H
#define PP_DICT_H

ppdict * ppdict_create (const ppobj *stack, size_t size, ppheap *heap);

#endif