Translate all printed messages in english.
[TP_AL_C.git] / lexer / print_helper.h
1 #ifndef PRINT_HELPER_H_
2 #define PRINT_HELPER_H_
3
4 void pr_warning(const char *format, ...);
5 void pr_error(const char *format, ...);
6
7 void wpr_warning(const wchar_t *format, ...);
8 void wpr_error(const wchar_t *format, ...);
9
10 #endif /* PRINT_HELPER_H_ */