the old-new win32 port
[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
+