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