move common files to root
[libpicofe.git] / lprintf.h
diff --git a/lprintf.h b/lprintf.h
new file mode 100644 (file)
index 0000000..48b8d57
--- /dev/null
+++ b/lprintf.h
@@ -0,0 +1,10 @@
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+extern void lprintf(const char *fmt, ...);
+
+#ifdef __cplusplus
+}
+#endif
+