summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/luatexdir/luapplib/src/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