diff options
Diffstat (limited to 'schulung_tools/linking/hello/func1.c')
| -rw-r--r-- | schulung_tools/linking/hello/func1.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/schulung_tools/linking/hello/func1.c b/schulung_tools/linking/hello/func1.c new file mode 100644 index 0000000..ab006bd --- /dev/null +++ b/schulung_tools/linking/hello/func1.c @@ -0,0 +1,6 @@ +#include <stdio.h> + +void func1(void) +{ + printf("Hello from %s!\n", __func__); +} |
