1 #ifndef PDF_FOX_DEBUG_H 2 #define PDF_FOX_DEBUG_H 3 4 #include "foxtoken.h" 5 6 extern const char *PDFTokenString[]; 7 8 void printToken(PDFTokenType type); 9 10 #endif 11
1 #ifndef PDF_FOX_DEBUG_H 2 #define PDF_FOX_DEBUG_H 3 4 #include "foxtoken.h" 5 6 extern const char *PDFTokenString[]; 7 8 void printToken(PDFTokenType type); 9 10 #endif 11