separated devices
[mTask.git] / client / interpret.h
index d2effe7..726ebf6 100644 (file)
@@ -3,6 +3,10 @@
 
 #define STACKSIZE 1024
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 #include <stdint.h>
 #include <stdbool.h>
 
@@ -10,4 +14,7 @@
 
 void run_task(struct task *task);
 
+#ifdef __cplusplus
+}
+#endif
 #endif