1 //========================================================================
5 // Copyright 2002 Glyph & Cog, LLC
7 //========================================================================
18 //------------------------------------------------------------------------
23 PSTokenizer(int (*getCharFuncA)(void *), void *dataA);
26 // Get the next PostScript token. Returns false at end-of-stream.
27 GBool getToken(char *buf, int size, int *length);
34 int (*getCharFunc)(void *);