repo.or.cz
/
jhbuild
/
xnox.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[3.0] Bump libgdata to 0.6.4
[jhbuild/xnox.git]
/
tests
/
libhello
/
libhello.c
blob
73471bf074cb94b0e5dcf4d8246a09e8ffabad00
1
2
#include <stdio.h>
3
4
#include
"libhello.h"
5
6
7
void
greet_world
(
const char
*
text
)
8
{
9
printf
(
"Hello world (%s)
\n
"
,
text
);
10
}