index
:
presentations
master
Slides for talks I gave
Gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
2025-linuxdays
/
weakfun.c
blob: edde6dd2377f983e22596e689b6c7d2a3d8328b8 (
plain
)
1
2
3
#include
<stdio.h>
void
weakfun
(
void
)
{
printf
(
"Standard function
\n
"
);
}