[3.0] Bump libgdata to 0.6.4
[jhbuild/xnox.git] / tests / libhello / libhello.c
blob73471bf074cb94b0e5dcf4d8246a09e8ffabad00
2 #include <stdio.h>
4 #include "libhello.h"
7 void greet_world(const char *text)
9 printf("Hello world (%s)\n", text);