index
:
uClibc-alpine
0.9.32
0.9.32-alpine
master
Where we track our uclibc patches
gitolite
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
ldso
/
howdy.c
blob: 00a144b30a4bbe67b8556e4f15520aad374b1756 (
plain
)
1
2
3
4
5
6
7
#include <stdio.h>
int
howdy
(
const char
*
s
)
{
return
printf
(
"howdy:
%s
\n
"
,
s
);
}