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
/
helloat
/
func1.c
blob: ab006bd09a0c55717981bc3373034adbaa286204 (
plain
)
1
2
3
4
5
6
#include <stdio.h> void func1(void) { printf("Hello from %s!\n", __func__); }