aboutsummaryrefslogtreecommitdiff
path: root/samples/C/hello.h
diff options
context:
space:
mode:
Diffstat (limited to 'samples/C/hello.h')
-rw-r--r--samples/C/hello.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/samples/C/hello.h b/samples/C/hello.h
new file mode 100644
index 0000000..f19e5d3
--- /dev/null
+++ b/samples/C/hello.h
@@ -0,0 +1,6 @@
+#ifndef HELLO_H
+#define HELLO_H
+
+void hello();
+
+#endif