#include "config.h" #include #include "common.h" int main(int argc, char *argv[]) { printf ("Hello world\n"); myfunc(); return 0; }