aboutsummaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
Diffstat (limited to 'inc')
-rw-r--r--inc/bar.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/inc/bar.h b/inc/bar.h
new file mode 100644
index 0000000..736b10f
--- /dev/null
+++ b/inc/bar.h
@@ -0,0 +1,6 @@
+#ifndef BAR_H
+#define BAR_H
+
+void bar(int x);
+
+#endif /* BAR_H */