aboutsummaryrefslogtreecommitdiff
path: root/frontend/common/lprintf.h
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/common/lprintf.h')
-rw-r--r--frontend/common/lprintf.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/frontend/common/lprintf.h b/frontend/common/lprintf.h
new file mode 100644
index 0000000..48b8d57
--- /dev/null
+++ b/frontend/common/lprintf.h
@@ -0,0 +1,10 @@
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+extern void lprintf(const char *fmt, ...);
+
+#ifdef __cplusplus
+}
+#endif
+