summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/luatexdir/luapplib/ppdict.h
blob: 5a808b772c1450baae2eb6000212fcc3dec57182 (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 **pheap);

#endif