1 2 3 4 5 6 7 8
#include <gio/gio.h> #include "interfaces/hostnamed/hostnamed.c" int main() { hostnamed_init(); return 0; }