X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=lexer%2Fprint_helper.h;h=384c50b0d8980fd3a2b201d818c06926222f6b28;hb=654a57aed094d4c4bfb4d71a7fdd54b1069465e0;hp=1015199f85e39ae62f56344827b83f5db1f2ad7b;hpb=9ed84d89d23a6198fd4157bfe93424b7b7582332;p=TP_AL_C.git diff --git a/lexer/print_helper.h b/lexer/print_helper.h index 1015199..384c50b 100644 --- a/lexer/print_helper.h +++ b/lexer/print_helper.h @@ -1,10 +1,18 @@ #ifndef PRINT_HELPER_H_ #define PRINT_HELPER_H_ +#include +#include + void pr_warning(const char *format, ...); void pr_error(const char *format, ...); +void pr_debug(const char *format, ...); + void wpr_warning(const wchar_t *format, ...); void wpr_error(const wchar_t *format, ...); -#endif +void wprint_token(FILE* out_file); +void wprint_ctoken(FILE* out_file); + +#endif /* PRINT_HELPER_H_ */