aboutsummaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
authorXavier ASUS <xavi92psx@gmail.com>2019-10-28 15:53:52 +0100
committerXavier ASUS <xavi92psx@gmail.com>2019-10-28 15:58:52 +0100
commitdc6912769121c335c6b09a6c002a4a8e0528703a (patch)
treefbc5bf85229996940d767c1ee1592eb2536a2f54 /inc
downloadstm8-dce-example-dc6912769121c335c6b09a6c002a4a8e0528703a.tar.gz
First commit
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 */