index
:
skeletons
master
templates source files, trees
Jérémy Zurcher
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
makefile-djb
/
clib.c
blob: 73c1c03de3407a249cb94564cdc54099b291eebd (
plain
)
1
2
3
4
5
6
7
8
#include
"clib.h"
void
say_hello
(
FILE
*
stream
)
{
fprintf
(
stream
,
"hello world
\n
"
);
}