#include "mod.h" #include static int hello() { printf("Hello, World!\n"); return 0; } mod_register(mod_a, hello);