DEBSOURCES
Skip Quicknav
sources / jhbuild / 3.38.0-4 / tests / libhello / libhello.c
12345678910
#include <stdio.h> #include "libhello.h" void greet_world(const char *text) { printf("Hello world (%s)\n", text); }