X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=lexer%2Fprint_helper.h;h=384c50b0d8980fd3a2b201d818c06926222f6b28;hb=HEAD;hp=080ea9ddec4ff018eb21770d0434d3700076a5e3;hpb=8aa14fa6392221f27472350490ebd334738f8ac2;p=TP_AL_C.git diff --git a/lexer/print_helper.h b/lexer/print_helper.h index 080ea9d..384c50b 100644 --- a/lexer/print_helper.h +++ b/lexer/print_helper.h @@ -2,6 +2,7 @@ #define PRINT_HELPER_H_ #include +#include void pr_warning(const char *format, ...); void pr_error(const char *format, ...); @@ -12,5 +13,6 @@ void wpr_warning(const wchar_t *format, ...); void wpr_error(const wchar_t *format, ...); void wprint_token(FILE* out_file); +void wprint_ctoken(FILE* out_file); #endif /* PRINT_HELPER_H_ */