X-Git-Url: https://git.piment-noir.org/?p=TP_AL_C.git;a=blobdiff_plain;f=lexer%2Fprint_helper.h;h=d5cc42a1b2a8ce4388b82698e4f150d01e8ac254;hp=080ea9ddec4ff018eb21770d0434d3700076a5e3;hb=15ad4b5ab7b62ce2e966730ccd1932877d658b66;hpb=e3e95680fb0e3c5882991b24f6dd5dbb1a59e87e diff --git a/lexer/print_helper.h b/lexer/print_helper.h index 080ea9d..d5cc42a 100644 --- a/lexer/print_helper.h +++ b/lexer/print_helper.h @@ -12,5 +12,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_ */