revive pandora and win32 builds, rm gp2x dep for linux, lots of refactoring
[libpicofe.git] / common / lprintf.h
index 34ec6b7..48b8d57 100644 (file)
@@ -1,2 +1,10 @@
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 extern void lprintf(const char *fmt, ...);
 
+#ifdef __cplusplus
+}
+#endif
+