X-Git-Url: https://git.piment-noir.org/?p=TP_AL_C.git;a=blobdiff_plain;f=lexer%2Fprint_helper.h;h=396afd448be74a6fe7a3886dbf8f3ed2929a3aff;hp=5daaa35fc1e0b5222fea0f948cfee92623127834;hb=48e4b4adcc62229b0006ca4c35e54d63a9f6cc9e;hpb=6c47be3237ab266b1cba4e3051afaaaa55e07e52 diff --git a/lexer/print_helper.h b/lexer/print_helper.h index 5daaa35..396afd4 100644 --- a/lexer/print_helper.h +++ b/lexer/print_helper.h @@ -9,6 +9,7 @@ void pr_debug(const char *format, ...); void wpr_warning(const wchar_t *format, ...); void wpr_error(const wchar_t *format, ...); -void wprint_token(); +void wprint_token_stdout(); +void wprint_token_target(); #endif /* PRINT_HELPER_H_ */