index
:
manut/vorlesung
master
schulung
vorlesung
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
schulung_tools
/
linking
/
hello
/
func2.c
blob: 9dc05ab21a7c7e62b0ff5e1013a34ca94b0461c1 (
plain
)
1
2
3
4
5
6
#include <stdio.h> void func2(void) { printf("Hello from %s!\n", __func__); }