summaryrefslogtreecommitdiff
path: root/source/luametatex/source/libraries/pplib/ppdict.h
blob: b13ff8eb29de137ea636a18192183217ae5005bf (plain)
1
2
3
4
5
6
7

#ifndef PP_DICT_H
#define PP_DICT_H

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

#endif