Syntactic analyser implementation with HTML conversion code
[TP_AL_C.git] / lexer / print_helper.h
index 1015199f85e39ae62f56344827b83f5db1f2ad7b..396afd448be74a6fe7a3886dbf8f3ed2929a3aff 100644 (file)
@@ -4,7 +4,12 @@
 void pr_warning(const char *format, ...);
 void pr_error(const char *format, ...);
 
+void pr_debug(const char *format, ...);
+
 void wpr_warning(const wchar_t *format, ...);
 void wpr_error(const wchar_t *format, ...);
 
-#endif
+void wprint_token_stdout();
+void wprint_token_target();
+
+#endif /* PRINT_HELPER_H_ */