summaryrefslogtreecommitdiff
path: root/examples/hello_cxx/seven.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/hello_cxx/seven.h')
-rw-r--r--examples/hello_cxx/seven.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/examples/hello_cxx/seven.h b/examples/hello_cxx/seven.h
new file mode 100644
index 0000000..34c3642
--- /dev/null
+++ b/examples/hello_cxx/seven.h
@@ -0,0 +1,14 @@
+#ifndef _SEVEN_H_
+#define _SEVEN_H_
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+int seven (void);
+
+#ifdef __cplusplus
+};
+#endif
+
+#endif // _SEVEN_H_