X-Git-Url: https://git.piment-noir.org/?p=TP_AL_C.git;a=blobdiff_plain;f=lexer%2Fprint_helper.h;fp=lexer%2Fprint_helper.h;h=080ea9ddec4ff018eb21770d0434d3700076a5e3;hp=396afd448be74a6fe7a3886dbf8f3ed2929a3aff;hb=8aa14fa6392221f27472350490ebd334738f8ac2;hpb=a20d3e7405deb4b0565e41968ff2047f4e9e37af diff --git a/lexer/print_helper.h b/lexer/print_helper.h index 396afd4..080ea9d 100644 --- a/lexer/print_helper.h +++ b/lexer/print_helper.h @@ -1,6 +1,8 @@ #ifndef PRINT_HELPER_H_ #define PRINT_HELPER_H_ +#include + void pr_warning(const char *format, ...); void pr_error(const char *format, ...); @@ -9,7 +11,6 @@ void pr_debug(const char *format, ...); void wpr_warning(const wchar_t *format, ...); void wpr_error(const wchar_t *format, ...); -void wprint_token_stdout(); -void wprint_token_target(); +void wprint_token(FILE* out_file); #endif /* PRINT_HELPER_H_ */