index
:
uclibc-ng.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
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); }