added debug statements, dynamic allocation is working for tasks
[mTask.git] / client / spec.h
index a8e0d7d..18828db 100644 (file)
@@ -1,9 +1,14 @@
 #ifndef SPEC_H
 #define SPEC_H
 
-#include <stdint.h>
-#include <stdbool.h>
+#ifdef __cplusplus
+extern "C" {
+#endif
 
 void spec_send(void);
 
+#ifdef __cplusplus
+}
+#endif
+
 #endif