summaryrefslogtreecommitdiff
path: root/schulung_tools/linking/helloat/func2.c
diff options
context:
space:
mode:
Diffstat (limited to 'schulung_tools/linking/helloat/func2.c')
-rw-r--r--schulung_tools/linking/helloat/func2.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/schulung_tools/linking/helloat/func2.c b/schulung_tools/linking/helloat/func2.c
new file mode 100644
index 0000000..9dc05ab
--- /dev/null
+++ b/schulung_tools/linking/helloat/func2.c
@@ -0,0 +1,6 @@
+#include <stdio.h>
+
+void func2(void)
+{
+ printf("Hello from %s!\n", __func__);
+}