summaryrefslogtreecommitdiff
path: root/examples/hello_libdeps/libs/libbaz/include/baz.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/hello_libdeps/libs/libbaz/include/baz.h')
-rw-r--r--examples/hello_libdeps/libs/libbaz/include/baz.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/hello_libdeps/libs/libbaz/include/baz.h b/examples/hello_libdeps/libs/libbaz/include/baz.h
new file mode 100644
index 0000000..3a8879c
--- /dev/null
+++ b/examples/hello_libdeps/libs/libbaz/include/baz.h
@@ -0,0 +1,6 @@
+#ifndef _BAZ_H_
+#define _BAZ_H_
+
+void baz (void);
+
+#endif // _BAZ_H_