1 //========================================================================
5 // Copyright 2002-2003 Glyph & Cog, LLC
7 //========================================================================
14 #ifdef USE_GCC_PRAGMAS
20 //------------------------------------------------------------------------
25 PSTokenizer(int (*getCharFuncA
)(void *), void *dataA
);
28 // Get the next PostScript token. Returns false at end-of-stream.
29 GBool
getToken(char *buf
, int size
, int *length
);
36 int (*getCharFunc
)(void *);