summaryrefslogtreecommitdiff
path: root/doc/examples/strict-mode/files/libhello/libhello.h
diff options
context:
space:
mode:
Diffstat (limited to 'doc/examples/strict-mode/files/libhello/libhello.h')
-rw-r--r--doc/examples/strict-mode/files/libhello/libhello.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/examples/strict-mode/files/libhello/libhello.h b/doc/examples/strict-mode/files/libhello/libhello.h
new file mode 100644
index 000000000..f714f3659
--- /dev/null
+++ b/doc/examples/strict-mode/files/libhello/libhello.h
@@ -0,0 +1,8 @@
+/*
+ * libhello.h - The hello library
+ */
+
+/*
+ * A function to say hello to @person
+ */
+void hello(const char *person);