summaryrefslogtreecommitdiff
path: root/schulung_tools/linking/hello/func.h
diff options
context:
space:
mode:
Diffstat (limited to 'schulung_tools/linking/hello/func.h')
-rw-r--r--schulung_tools/linking/hello/func.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/schulung_tools/linking/hello/func.h b/schulung_tools/linking/hello/func.h
new file mode 100644
index 0000000..cefd769
--- /dev/null
+++ b/schulung_tools/linking/hello/func.h
@@ -0,0 +1,7 @@
+#ifndef FUNC_H
+#define FUNC_H
+
+extern void func1(void);
+extern void func2(void);
+
+#endif /* FUNC_H */