aboutsummaryrefslogtreecommitdiff
path: root/src/Hello.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Hello.h')
-rw-r--r--src/Hello.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/Hello.h b/src/Hello.h
new file mode 100644
index 0000000..1ec1f96
--- /dev/null
+++ b/src/Hello.h
@@ -0,0 +1,14 @@
+#ifndef SRC_HELLO_H_
+#define SRC_HELLO_H_
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+void printMessage(const char* message);
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif /* SRC_HELLO_H_ */