Major code revamping:
[TP_AL_C.git] / lexer / print_helper.h
diff --git a/lexer/print_helper.h b/lexer/print_helper.h
new file mode 100644 (file)
index 0000000..1015199
--- /dev/null
@@ -0,0 +1,10 @@
+#ifndef PRINT_HELPER_H_
+#define PRINT_HELPER_H_
+
+void pr_warning(const char *format, ...);
+void pr_error(const char *format, ...);
+
+void wpr_warning(const wchar_t *format, ...);
+void wpr_error(const wchar_t *format, ...);
+
+#endif