X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=lexer%2Fprint_helper.h;h=5daaa35fc1e0b5222fea0f948cfee92623127834;hb=6c47be3237ab266b1cba4e3051afaaaa55e07e52;hp=e92cc844387ada53516baf747bf2d42a0ba7e5dd;hpb=224a9916c711eb5a0fe0c2065fdb62a0cf40afaf;p=TP_AL_C.git diff --git a/lexer/print_helper.h b/lexer/print_helper.h index e92cc84..5daaa35 100644 --- a/lexer/print_helper.h +++ b/lexer/print_helper.h @@ -4,7 +4,11 @@ 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, ...); +void wprint_token(); + #endif /* PRINT_HELPER_H_ */